[Bug 22482] New: [HTML Parsing] The template element should probably get a general scope marker (not just a table scope marker)

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

            Bug ID: 22482
           Summary: [HTML Parsing] The template element should probably
                    get a general scope marker (not just a table scope
                    marker)
    Classification: Unclassified
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: rafaelw@chromium.org
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

Example from Hixie:

<button><template><button>

This should probably produce:

<body>
  <template>
    #document-fragment
      <button>

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

Received on Wednesday, 26 June 2013 17:49:06 UTC