[Bug 21763] New: Build system for CSSOM drops [TreatNullAs=EmptyString] on the floor

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21763

            Bug ID: 21763
           Summary: Build system for CSSOM drops [TreatNullAs=EmptyString]
                    on the floor
    Classification: Unclassified
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM
          Assignee: glenn@skynav.com
          Reporter: simonp@opera.com
        QA Contact: public-css-bugzilla@w3.org

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;

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Monday, 22 April 2013 10:18:17 UTC