- From: <bugzilla@jessica.w3.org>
- Date: Fri, 12 Oct 2012 07:07:03 +0000
- To: www-validator-cvs@w3.org
- Message-ID: <bug-19496-169@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19496
Priority: P2
Bug ID: 19496
Assignee: dave.null@w3.org
Summary: XHTML documents treated as "tag soup"
QA Contact: www-validator-cvs@w3.org
Severity: normal
Classification: Unclassified
OS: All
Reporter: wrzasq@gmail.com
Hardware: All
Status: NEW
Version: HEAD
Component: Parser
Product: Validator
Created attachment 1227
--> https://www.w3.org/Bugs/Public/attachment.cgi?id=1227&action=edit
Subject document.
As far as i know XHTML documents can have short tags for <script> element (eg.
<srcipt type="application/javascript" src="/script.js"/>). However validator
yelds that this element has no close tag.
"Self-closing syntax (/>) used on a non-void HTML element. Ignoring the slash
and treating as a start tag."
Page is served as application/xhtml+xml with (X)HTML5 Doctype.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 12 October 2012 07:07:05 UTC