Closed
Bug 1497125
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 13414 - Make :host account for its own pseudo-class specificity.
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 13414 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/13414
Details from upstream follow.
Rune Lillesveen <futhark@chromium.org> wrote:
> Make :host account for its own pseudo-class specificity.
>
> Otherwise `:host div` is equally specific to `div`, which seems
> undesirable and doesn't match any spec.
>
> This is only done for Shadow DOM v1 since there are backward compat
> issues with Polymer and WebUI.
>
> Intent to ship:
> https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/gYrR2nR6quI
>
> Bug: 857415
> Change-Id: Ieaaf9b835ae7136806ced8f6e72fb30f9adf02af
>
> Reviewed-on: https://chromium-review.googlesource.com/1250963
> WPT-Export-Revision: da5f99d74b82d0ca0d51364ff16c0c262ae3860e
Assignee | ||
Updated•6 years ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=e967459545559c0656306c29f698d86e113cef72
Assignee | ||
Comment 5•6 years ago
|
||
Ran 4 tests
PASS : 1
FAIL : 3
New tests that have failures or other problems:
/css/css-scoping/host-context-specificity-001.html: FAIL
/css/css-scoping/host-context-specificity-002.html: FAIL
/css/css-scoping/host-context-specificity-003.html: FAIL
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e9ac63863da9
[wpt PR 13414] - Make :host account for its own pseudo-class specificity., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/a88e4b2e5274
[wpt PR 13414] - Update wpt metadata, a=testonly
Comment 7•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e9ac63863da9
https://hg.mozilla.org/mozilla-central/rev/a88e4b2e5274
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•