This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
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
The HTML5: The Markup Language draft already says that output must have an end tag: http://dev.w3.org/html5/markup/output.html#output-tags What change are you asking for? And did you intend to file this against the HTML5: The Markup Language or did you mean to file it against the HTML5 spec? (They are two different documents.)