[wpt-sync] Sync PR 58249 - Remove quotes from attr() type()
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Attachments
(1 file)
|
649.07 KB,
text/plain
|
Details |
Sync web-platform-tests PR 58249 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58249
Details from upstream follow.
moonira <moonira@google.com> wrote:
Remove quotes from attr() type()
There were few attr() tests added in commit [0] that use attr() with
type() wrapped inside quetes, this is invalid syntax, the correct
syntax is: \<attr-type> = type( \<syntax> ), no quotes inside type(),
see spec [1][0] https://github.com/web-platform-tests/wpt/commit/5f239560f50ba72ff2758f309a8630667f571465
[1] https://drafts.csswg.org/css-values-5/#attr-notationChange-Id: Id3f2d1f57b8f3d2a3753011dce01dd5ef97fccd4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7628699
Reviewed-by: Anders Hartvoll Ruud \<andruud@chromium.org>
Commit-Queue: Munira Tursunova \<moonira@google.com>
Cr-Commit-Position: refs/heads/main@{#1593840}
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 1•2 months ago
|
||
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 2•2 months ago
|
||
Description
•