[Bug 25283] New: [Custom]: Custom element names should not end with a hyphen

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

            Bug ID: 25283
           Summary: [Custom]: Custom element names should not end with a
                    hyphen
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Component Model
          Assignee: dglazkov@chromium.org
          Reporter: mathias@qiwi.be
        QA Contact: public-webapps-bugzilla@w3.org
                CC: mike@w3.org, public-webapps@w3.org
            Blocks: 14968

Custom element names must contain a hyphen, so e.g. `foo` is invalid, but
`foo-bar` is valid.

However, as per the current rules, e.g. `foo-` is valid too. IMHO it would make
sense to tighten the requirement by disallowing trailing hyphens, thus making
`foo-` invalid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Monday, 7 April 2014 11:07:22 UTC