- From: <bugzilla@jessica.w3.org>
- Date: Sat, 05 May 2012 21:08:01 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16946
Summary: Self-Closing Input should be acknowledged for <input>
in Tree Construction "In Table" Insertion Mode
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: admin@tacosw.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
In the Tree Construction "In Table" insertion mode (section 8.2.5.4.9), there
is a condition for "input" start tags. Just like the "In Body" input case, I
believe it should say "Acknowledge the token's self-closing flag, if it is
set." Currently, this is omitted under the "Otherwise" case, so using <input/>
in that case results in an additional error. The hidden case should be fine
without that because it ultimately uses the "In Body" behavior.
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Monday, 7 May 2012 05:57:20 UTC