Closed
Bug 1986631
Opened 8 months ago
Closed 4 months ago
[css-attr] Implement support for type(<syntax>)
Categories
(Core :: CSS Parsing and Computation, task, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
148 Branch
| Tracking | Status | |
|---|---|---|
| firefox148 | --- | fixed |
People
(Reporter: emilio, Assigned: descalante)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: css-attr, [wptsync upstream])
Attachments
(3 files)
type(<syntax>) should be reusable from the typed custom properties support and should be straight-forward. raw-string` should be easy too as that’s the default.
<attr-unit> seems a bit tricky / annoying for our setup (we don’t have a central registry of supported units, though we may want to maybe reuse some of the calc() code).
Might want to implement maybe px, %, and a couple easy ones to get most tests working, and work on the full support / rejiggering our unit set-up in a separate bug.
| Reporter | ||
Comment 1•8 months ago
|
||
Actually this seems like close enough, so I'd probably start looking there.
Updated•6 months ago
|
Summary: [css-attr] Implement support for type() → [css-attr] Implement support for type(<syntax>)
| Assignee | ||
Updated•5 months ago
|
Assignee: nobody → descalante
| Assignee | ||
Comment 2•5 months ago
|
||
| Assignee | ||
Comment 3•4 months ago
|
||
Updated•4 months ago
|
Attachment #9532209 -
Attachment description: Bug 1986631 - Implement support for Type(<syntax>) and handle default as raw-string. r=dshin → Bug 1986631 - Implement support for Type(<syntax>) and handle default as raw-string. r=dshin,emilio
| Assignee | ||
Comment 4•4 months ago
|
||
Pushed by descalante@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/6b72f0a4301a
https://hg.mozilla.org/integration/autoland/rev/a1ca473cc6f6
Implement support for Type(<syntax>) and handle default as raw-string. r=firefox-style-system-reviewers,emilio
https://github.com/mozilla-firefox/firefox/commit/b40a8ab6e501
https://hg.mozilla.org/integration/autoland/rev/644e69f1bc6d
Add WPT to test not parsing type(*) in var. r=emilio
https://github.com/mozilla-firefox/firefox/commit/ac87939bf7bc
https://hg.mozilla.org/integration/autoland/rev/4ce2b7080d18
Add expected WPT passes with css-attr enabled. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/56811 for changes under testing/web-platform/tests
Whiteboard: css-attr → css-attr, [wptsync upstream]
Updated•4 months ago
|
Comment 7•4 months ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a1ca473cc6f6
https://hg.mozilla.org/mozilla-central/rev/644e69f1bc6d
https://hg.mozilla.org/mozilla-central/rev/4ce2b7080d18
Status: NEW → RESOLVED
Closed: 4 months ago
status-firefox148:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 148 Branch
Upstream PR merged by moz-wptsync-bot
Keywords: dev-doc-needed
Updated•3 months ago
|
QA Whiteboard: [qa-triage-done-c149/b148]
Comment 9•3 months ago
|
||
Comment 10•2 months ago
|
||
Related issues and pull requests
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•