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 20531 - [Templates]: "in column group" insertion mode rules for </colgroup> need to consider template contents case
Summary: [Templates]: "in column group" insertion mode rules for </colgroup> need to c...
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Rafael Weinstein
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 15476
  Show dependency treegraph
 
Reported: 2012-12-28 19:35 UTC by Rafael Weinstein
Modified: 2013-01-14 13:17 UTC (History)
2 users (show)

See Also:


Attachments

Description Rafael Weinstein 2012-12-28 19:35:40 UTC
The rule for 'An end tag whose tag name is "colgroup"' needs to ignore the token if the current node is EITHER the root html or a template element.

Note that this rule is invoked by the end-of-file and "Anything else" rules.

In particular

#data
<body><template><col><colgroup>
#errors
#document
| <html>
|   <head>
|   <body>
|     <template>
|       #document-fragment
|         <col>

#data
<body><template><col></colgroup>
#errors
#document
| <html>
|   <head>
|   <body>
|     <template>
|       #document-fragment
|         <col>

#data
<body><template><col><colgroup></template></body>
#errors
#document
| <html>
|   <head>
|   <body>
|     <template>
|       #document-fragment
|         <col>

#data
<body><template><col><div>
#errors
#document
| <html>
|   <head>
|   <body>
|     <template>
|       #document-fragment
|         <col>

#data
<body><template><col></div>
#errors
#document
| <html>
|   <head>
|   <body>
|     <template>
|       #document-fragment
|         <col>

#data
<body><template><col>Hello
#errors
#document
| <html>
|   <head>
|   <body>
|     <template>
|       #document-fragment
|         <col>
Comment 1 Rafael Weinstein 2012-12-28 19:49:52 UTC
Henri,

I have assumed that because you are cc'd on the meta bug that you are getting cc'd on all the dependent bugs. Is that the case? Did you see this bug before eric cc'd you?
Comment 2 Rafael Weinstein 2012-12-28 20:00:53 UTC
http://dvcs.w3.org/hg/webcomponents/rev/8df444d6ccb4
Comment 3 Henri Sivonen 2013-01-07 13:03:36 UTC
(In reply to comment #1)
> I have assumed that because you are cc'd on the meta bug that you are
> getting cc'd on all the dependent bugs. Is that the case? 

No, Bugzilla does not auto-CC meta bug watchers on the bugs that the meta bug depends on.

> Did you see this
> bug before eric cc'd you?

I saw the dependency added to the meta bug.
Comment 4 Rafael Weinstein 2013-01-07 18:29:31 UTC
Would you like to explicitly cc'd on all spec bugs going forward?
Comment 5 Henri Sivonen 2013-01-14 13:17:31 UTC
(In reply to comment #4)
> Would you like to explicitly cc'd on all spec bugs going forward?

Yeah, that you be nice. Thanks.