Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Support hyphens: auto; #34067

Open
EMaderbacher opened this issue Dec 18, 2024 · 0 comments
Open

[Feature]: Support hyphens: auto; #34067

EMaderbacher opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels

Comments

@EMaderbacher
Copy link

🚀 Feature Request

When I'm executing playwright with

var browser = await this._Playwright.Chromium.LaunchAsync(new BrowserTypeLaunchOptions()
{
	Headless = true,
});

the CSS hyphens: auto; is working.
But when I'm running it not headless, the CSS isn't working. No automatic hyphens are shown.

I've seen that Chromium headless has a folder hyphen-data, but Chromium doesn't have this folder.
Is there any way to get hyphens: auto working with Chromium too?

Example

No response

Motivation

Supporting hyphens: auto; will result in same output as in standard browsers

@mxschmitt mxschmitt transferred this issue from microsoft/playwright-dotnet Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants