[Bug 20489] New: [Custom]: Nothing ever defines what the "custom element name" of a random element is

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

            Bug ID: 20489
           Summary: [Custom]: Nothing ever defines what the "custom
                    element name" of a random element is
    Classification: Unclassified
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: bzbarsky@mit.edu
        QA Contact: public-webapps-bugzilla@w3.org
                CC: wchen@mozilla.com
            Blocks: 14968

The upgrade algorigthm says:

  "For each element ELEMENT in TREE whose custom element name is NAME: "

but nothing defines, for an arbitrary element, what its custom element name is,
as far as I can tell.

What might make the most sense here, in my opinion, is looking for elements
whose namespace is the HTML namespace and whose localName is NAME. Unless NAME
can be non-lowercase here, in which case things are a bit more complicated.

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

Received on Saturday, 22 December 2012 00:33:45 UTC