Closed
Bug 1216193
Opened 8 years ago
Closed 8 years ago
Implement webkitMatchesSelector
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla44
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
4.12 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
![]() |
Assignee | |
Comment 1•8 years ago
|
||
Attachment #8675767 -
Flags: review?(peterv)
![]() |
Assignee | |
Updated•8 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Comment on attachment 8675767 [details] [diff] [review] Implement webkitMatchesSelector Review of attachment 8675767 [details] [diff] [review]: ----------------------------------------------------------------- r=me
Attachment #8675767 -
Flags: review?(peterv) → review+
Keywords: dev-doc-needed
Comment 4•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c1a68835d084
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 6•8 years ago
|
||
Removing ddn: we don't maintain a list of webkit-prefixed features supported by Gecko (on MDN at least)
Keywords: dev-doc-needed
(In reply to Jean-Yves Perrier [:teoli] from comment #6) > Removing ddn: we don't maintain a list of webkit-prefixed features supported > by Gecko (on MDN at least) but https://developer.mozilla.org/en/docs/Web/API/Element/matches could have a little note? You can argue that prefixes are evil und shouldn't documented, but that's not current practice on MDN.
![]() |
Assignee | |
Comment 8•8 years ago
|
||
This isn't even about prefixes being evil, or webkit-prefixed features. This is not a webkit-prefixed feature at this point. It's a standard DOM feature (see <https://dom.spec.whatwg.org/#dom-element-webkitmatchesselector>) that happens to have a name starting with "webkit".
Keywords: dev-doc-needed
Comment 9•8 years ago
|
||
Oh my bad, misunderstood.
Updated•5 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•