Bug 295641

Summary: Default computed value for `text-emphasis-style: filled|open` should be `filled|open circle` not `filled|open dot` in horizontal typographic modes
Product: WebKit Reporter: Sam Weinig <sam>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ccarley2, ntim, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 18   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/53851
Attachments:
Description Flags
Test Case none

Sam Weinig
Reported 2025-07-09 09:47:47 PDT
Created attachment 475825 [details] Test Case The spec for `text-emphasis-style` states: > If only `filled` or `open` is specified, the shape keyword computes to `circle` in horizontal typographic modes and `sesame` in vertical typographic modes. (https://www.w3.org/TR/css-text-decor-3/#text-emphasis-style-property) WebKit currently uses `dot`, not `circle` in this case (see attached test case).
Attachments
Test Case (1.49 KB, text/html)
2025-07-09 09:47 PDT, Sam Weinig
no flags
Radar WebKit Bug Importer
Comment 1 2025-07-15 14:54:27 PDT
ccarley2
Comment 2 2025-07-15 15:05:23 PDT
EWS
Comment 3 2025-07-18 13:11:14 PDT
Committed 297616@main (1f517ebf0085): <https://commits.webkit.org/297616@main> Reviewed commits have been landed. Closing PR #48078 and removing active labels.
ccarley2
Comment 4 2025-07-18 14:05:38 PDT
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/53851
Note You need to log in before you can comment on or make changes to this bug.