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 23627 - Move offsetParent et al from HTMLElement to Element?
Summary: Move offsetParent et al from HTMLElement to Element?
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM View (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: 2013-10-25 07:55 UTC by Simon Pieters
Modified: 2013-10-25 08:22 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-10-25 07:55:21 UTC
http://dev.w3.org/csswg/cssom-view/#extensions-to-the-htmlelement-interface

[[
Extensions to the HTMLElement Interface
]]

It appears Blink implements these members on Element. Should we do that?
Comment 1 Simon Pieters 2013-10-25 08:22:16 UTC
Gecko and IE10 have these on HTMLElement only. WebKit/Blink/Presto on Element.