This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29466 - Remove Element#pseudo() and PseudoElement
Summary: Remove Element#pseudo() and PseudoElement
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-15 16:05 UTC by Simon Pieters
Modified: 2016-02-16 12:55 UTC (History)
1 user (show)

See Also:


Attachments

Description Simon Pieters 2016-02-15 16:05:53 UTC
https://drafts.csswg.org/cssom/#extensions-to-the-element-interface

[[
partial interface Element {
  PseudoElement? pseudo(DOMString pseudoElt);
};
]]

It seems this API lacks implementor interest. Remove.
Comment 2 Brian Birtles 2016-02-15 23:54:31 UTC
For what it's worth, we implement CSSPseudoElement in Gecko but only so we can identify animations whose target is a pseudo element.

https://dxr.mozilla.org/mozilla-central/source/dom/webidl/CSSPseudoElement.webidl
Comment 3 Simon Pieters 2016-02-16 12:55:27 UTC
OK, that interface is defined at https://drafts.csswg.org/css-pseudo-4/#csspseudoelement