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

[TESTS] add Global Styles / Create Test for constructed sytlesheets #127

Open
quarkus opened this issue Sep 16, 2024 · 0 comments · Fixed by #128
Open

[TESTS] add Global Styles / Create Test for constructed sytlesheets #127

quarkus opened this issue Sep 16, 2024 · 0 comments · Fixed by #128
Labels
enhancement New feature or request

Comments

@quarkus
Copy link
Contributor

quarkus commented Sep 16, 2024

Tests should cover:

  • ORDER of adopted styles in shadow DOM must be the same as in light DOM
  • url() functions in css are resolved relative to the css file in any browser. (was broken (or correct :D) in safari)

The url issue led to broken (to font files relative to the location path) requests created by elements that were adopting the css with the font-family.

@quarkus quarkus added the enhancement New feature or request label Sep 16, 2024
@quarkus quarkus linked a pull request Sep 16, 2024 that will close this issue
@quarkus quarkus changed the title Global Styles / Create Test for constructed sytlesheets [TESTS] add Global Styles / Create Test for constructed sytlesheets Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant