- From: <bugzilla@jessica.w3.org>
- Date: Fri, 07 Sep 2012 11:52:32 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=18799
Summary: Output tag needs a closing tag
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: HTML5: The Markup Language (editor: Michael(tm) Smith)
AssignedTo: mike@w3.org
ReportedBy: jbalajkpm@gmail.com
QAContact: public-html-bugzilla@w3.org
CC: public-html-wg-issue-tracking@w3.org,
public-html@w3.org
Hi,
Output tag in html 5 requires a explicit closing tag, rather than the actual
html4 standards.
e.g:
pass --> <output onforminput="value=slider1.value"> </output>
fails --> <output onforminput="value=slider1.value" />
Thanks,
Bala
--
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 Friday, 7 September 2012 11:52:36 UTC