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 21982 - WebIDL unions not supported "readonly attribute union? ownerNode;"
Summary: WebIDL unions not supported "readonly attribute union? ownerNode;"
Status: RESOLVED INVALID
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: 21828
  Show dependency treegraph
 
Reported: 2013-05-09 09:26 UTC by Simon Pieters
Modified: 2013-08-08 13:26 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-05-09 09:26:39 UTC
http://dev.w3.org/csswg/cssom/#widl-def-StyleSheet

[[
readonly attribute union? ownerNode;
]]

The return type in the IDL is supposed to be (Element or ProcessingInstruction)?.