- From: <bugzilla@jessica.w3.org>
- Date: Mon, 31 Mar 2014 06:58:34 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25212
Bug ID: 25212
Summary: Tag omission rules for rt and rtc are not correct
Product: HTML WG
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec
Assignee: dave.null@w3.org
Reporter: kojiishi@gluesoft.co.jp
QA Contact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-admin@w3.org,
public-html-wg-issue-tracking@w3.org
>From the tag omission rules in the ED[1]:
* rb, rtc, and rp auto-closes if immediately followed by rb, rt, rtc, or rp
* rt auto-closes if immediately followed by rb, rt, or rp
Issues are:
1. rtc should not auto-close if immediately followed by rt
2. rt should auto-close if immediately followed by rtc
The tests Robin wrote[2] confirm that <rt> does not auto-close <rtc>
[1] http://www.w3.org/html/wg/drafts/html/CR/syntax.html#syntax-tag-omission
[2] https://github.com/html5lib/html5lib-tests/pull/27/files
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Monday, 31 March 2014 06:58:35 UTC