[Bug 30107] New: CSSOM spec should be updated to reflect recent Web IDL changes with regards to [TreatNullAs]

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

            Bug ID: 30107
           Summary: CSSOM spec should be updated to reflect recent Web IDL
                    changes with regards to [TreatNullAs]
           Product: CSS
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: CSSOM
          Assignee: simonp@opera.com
          Reporter: chris@dumez.cc
        QA Contact: public-css-bugzilla@w3.org
  Target Milestone: ---

CSSOM spec should be updated to reflect recent Web IDL changes with regards to
[TreatNullAs]:
- https://github.com/heycam/webidl/pull/286

e.g.
For example at https://drafts.csswg.org/cssom/#the-medialist-interface :
[TreatNullAs=EmptyString] stringifier attribute CSSOMString mediaText;

should become:
stringifier attribute [TreatNullAs=EmptyString] CSSOMString mediaText;

There are likely other instances in the same spec.

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

Received on Thursday, 4 May 2017 16:17:06 UTC