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

[css-counter-styles-3] cjk-earthly-branch and cjk-heavenly-stem should fallback to cjk-decimal #15234

Conversation

vitorroriz
Copy link
Contributor

@vitorroriz vitorroriz commented Jun 23, 2023

e01c725

[css-counter-styles-3] cjk-earthly-branch and cjk-heavenly-stem should fallback to cjk-decimal
https://bugs.webkit.org/show_bug.cgi?id=258447
rdar://111208503

Reviewed by Tim Nguyen.

cjk-earthly-branch and cjk-heavenly-stem should fallback to cjk-decimal
according to CSSWG resolution: w3c/csswg-drafts#8975

* LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt:
* LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-earthly-branch/css3-counter-styles-202-expected.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-earthly-branch/css3-counter-styles-202-ref.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-earthly-branch/css3-counter-styles-202.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-heavenly-stem/css3-counter-styles-205-expected.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-heavenly-stem/css3-counter-styles-205-ref.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-heavenly-stem/css3-counter-styles-205.html:
* Source/WebCore/css/counterStyles.css:
(@counter-style cjk-earthly-branch):
(@counter-style cjk-heavenly-stem):

Canonical link: https://commits.webkit.org/265474@main

b60885b

Misc iOS, tvOS & watchOS macOS Linux Windows
βœ… πŸ§ͺ style βœ… πŸ›  ios βœ… πŸ›  mac βœ… πŸ›  wpe   πŸ›  wincairo
βœ… πŸ§ͺ bindings βœ… πŸ›  ios-sim βœ… πŸ›  mac-AS-debug βœ… πŸ§ͺ wpe-wk2
βœ… πŸ§ͺ webkitperl   πŸ§ͺ ios-wk2   πŸ§ͺ api-mac βœ… πŸ›  gtk
βœ… πŸ§ͺ ios-wk2-wpt βœ… πŸ§ͺ mac-wk1   πŸ§ͺ gtk-wk2
loading πŸ›  πŸ§ͺ jsc βœ… πŸ§ͺ api-ios βœ… πŸ§ͺ mac-wk2 βœ… πŸ§ͺ api-gtk
  πŸ›  tv βœ… πŸ§ͺ mac-AS-debug-wk2
βœ… πŸ›  tv-sim βœ… πŸ§ͺ mac-wk2-stress
βœ… πŸ›  πŸ§ͺ merge βœ… πŸ›  watch
  πŸ›  watch-sim

@vitorroriz vitorroriz self-assigned this Jun 23, 2023
@vitorroriz vitorroriz added the CSS Cascading Style Sheets implementation label Jun 23, 2023
@vitorroriz vitorroriz requested a review from nt1m June 23, 2023 10:26
@vitorroriz vitorroriz force-pushed the eng/css-counter-styles-3-cjk-earthly-branch-and-cjk-heavenly-stem-should-fallback-to-cjk-decimal branch from bec4dc5 to 1238696 Compare June 23, 2023 11:43
@webkit-ews-buildbot webkit-ews-buildbot added the merging-blocked Applied to prevent a change from being merged label Jun 23, 2023
@vitorroriz vitorroriz removed the merging-blocked Applied to prevent a change from being merged label Jun 23, 2023
@vitorroriz vitorroriz force-pushed the eng/css-counter-styles-3-cjk-earthly-branch-and-cjk-heavenly-stem-should-fallback-to-cjk-decimal branch from 1238696 to d57c90a Compare June 23, 2023 13:21
@vitorroriz vitorroriz force-pushed the eng/css-counter-styles-3-cjk-earthly-branch-and-cjk-heavenly-stem-should-fallback-to-cjk-decimal branch from d57c90a to b60885b Compare June 23, 2023 18:49
@vitorroriz vitorroriz added the merge-queue Applied to send a pull request to merge-queue label Jun 23, 2023
…d fallback to cjk-decimal

https://bugs.webkit.org/show_bug.cgi?id=258447
rdar://111208503

Reviewed by Tim Nguyen.

cjk-earthly-branch and cjk-heavenly-stem should fallback to cjk-decimal
according to CSSWG resolution: w3c/csswg-drafts#8975

* LayoutTests/fast/lists/w3-css3-list-styles-fallback-style-expected.txt:
* LayoutTests/fast/lists/w3-css3-list-styles-fallback-style.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-earthly-branch/css3-counter-styles-202-expected.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-earthly-branch/css3-counter-styles-202-ref.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-earthly-branch/css3-counter-styles-202.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-heavenly-stem/css3-counter-styles-205-expected.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-heavenly-stem/css3-counter-styles-205-ref.html:
* LayoutTests/imported/w3c/web-platform-tests/css/css-counter-styles/cjk-heavenly-stem/css3-counter-styles-205.html:
* Source/WebCore/css/counterStyles.css:
(@counter-style cjk-earthly-branch):
(@counter-style cjk-heavenly-stem):

Canonical link: https://commits.webkit.org/265474@main
@webkit-commit-queue webkit-commit-queue force-pushed the eng/css-counter-styles-3-cjk-earthly-branch-and-cjk-heavenly-stem-should-fallback-to-cjk-decimal branch from b60885b to e01c725 Compare June 23, 2023 19:52
@webkit-commit-queue
Copy link
Collaborator

Committed 265474@main (e01c725): https://commits.webkit.org/265474@main

Reviewed commits have been landed. Closing PR #15234 and removing active labels.

@webkit-commit-queue webkit-commit-queue removed the merge-queue Applied to send a pull request to merge-queue label Jun 23, 2023
@webkit-commit-queue webkit-commit-queue merged commit e01c725 into WebKit:main Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CSS Cascading Style Sheets implementation
Projects
None yet
5 participants