Closed
Bug 1686512
Opened 5 years ago
Closed 4 years ago
[css-pseudo] ::first-letter should include currency
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: mozilla-apprentice, Assigned: jfkthame)
References
Details
Attachments
(2 files)
A resolution was made for csswg-drafts/#5099.
[css-pseudo] ::first-letter should include currency
- RESOLVED: include symbols when looking for first-letter
Comment 1•5 years ago
|
||
<!DOCTYPE html>
<style>
p { display: inline-block; }
p::first-letter { color:orange; }
</style>
<p>This <p>7this <p>$this <p>©this <p>↻this <p>ⓣthis <p>⚡this
The resolution would require "$" (at least) to be styled with the first-letter styling in that example.
| Assignee | ||
Comment 3•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•4 years ago
|
||
Depends on D110223
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7d0d6ef2f698
Accept characters with Symbol category as possible ::first-letter, in addition to alphanumerics. r=emilio
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/61363611f751
Revise existing reftest for the changed treatment of symbols; also add a WPT reftest for this behavior. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/28303 for changes under testing/web-platform/tests
Comment 8•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/7d0d6ef2f698
https://hg.mozilla.org/mozilla-central/rev/61363611f751
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
Upstream PR merged by moz-wptsync-bot
You need to log in
before you can comment on or make changes to this bug.
Description
•