This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22482 - [HTML Parsing] The template element should probably get a general scope marker (not just a table scope marker)
Summary: [HTML Parsing] The template element should probably get a general scope marke...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard: whatwg-resolved
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-26 17:49 UTC by Rafael Weinstein
Modified: 2016-04-25 23:14 UTC (History)
12 users (show)

See Also:


Attachments

Description Rafael Weinstein 2013-06-26 17:49:04 UTC
Example from Hixie:

<button><template><button>

This should probably produce:

<body>
  <template>
    #document-fragment
      <button>
Comment 1 Simon Pieters 2013-06-26 22:33:30 UTC
Did you mean

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

?
Comment 2 Rafael Weinstein 2013-06-26 22:43:51 UTC
yes. sorry. correct.
Comment 3 Travis Leithead [MSFT] 2016-04-25 23:14:05 UTC
HTML5.1 Bugzilla Bug Triage: Fixed (prior WHATWG commit)

Additionally, Chrome, Firefox, and Edge all parse this correctly :)

If this resolution is not satisfactory, please copy the relevant bug details/proposal into a new issue at the W3C HTML5 Issue tracker: https://github.com/w3c/html/issues/new where it will be re-triaged. Thanks!