Closed
Bug 1216193
Opened 9 years ago
Closed 9 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•9 years ago
|
||
Attachment #8675767 -
Flags: review?(peterv)
![]() |
Assignee | |
Updated•9 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•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Comment 5•9 years ago
|
||
Comment 6•9 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•9 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•9 years ago
|
||
Oh my bad, misunderstood.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•