[Bug 19825] New: [Shadow]: We might want to make pseudo attribute DOMString instead of DOMString?

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

          Priority: P2
            Bug ID: 19825
          Assignee: dglazkov@chromium.org
            Blocks: 14978
           Summary: [Shadow]: We might want to make pseudo attribute
                    DOMString instead of DOMString?
        QA Contact: public-webapps-bugzilla@w3.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: shinyak@chromium.org
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: Component Model
           Product: WebAppsWG

According to HTML5 spec
http://dev.w3.org/html5/spec/elements.html#htmlelement
, non-readonly attribute returns DOMString instead of DOMString?.

So we might want to use DOMString for 'pseudo' attribute also. In that case, it
should return empty string instead of null.

Because of this difference, we cannot use [Reflect] in this WebKit bug.
https://bugs.webkit.org/show_bug.cgi?id=100831

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

Received on Friday, 2 November 2012 02:28:25 UTC