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 21763 - Build system for CSSOM drops [TreatNullAs=EmptyString] on the floor
Summary: Build system for CSSOM drops [TreatNullAs=EmptyString] on the floor
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: 21828
  Show dependency treegraph
 
Reported: 2013-04-22 10:18 UTC by Simon Pieters
Modified: 2013-08-08 13:26 UTC (History)
0 users

See Also:


Attachments

Description Simon Pieters 2013-04-22 10:18:15 UTC
https://dvcs.w3.org/hg/csswg/raw-file/tip/cssom/Overview.html#the-cssstyledeclaration-interface

[[
  [TreatNullAs=EmptyString] attribute DOMString cssFloat;
]]

I had to make this a partial interface in the source file instead of part of the CSSStyleDeclaration.idl file because the build system seems to drop the [TreatNullAs=EmptyString] extended attribute on the floor when using

[Documentation="...", TreatNullAs=EmptyString] attribute DOMString cssFloat;
Comment 1 Glenn Adams 2013-04-25 21:50:33 UTC
https://dvcs.w3.org/hg/csswg/rev/9ccea5fe11d4