[Bug 10022] XHTML1 validation service should not permit <h1>

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10022

Ville Skyttä <ville.skytta@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Ville Skyttä <ville.skytta@iki.fi> 2011-08-23 17:53:15 UTC ---
The XHTML 1.0 DTD does allow ins and del in h1, so this is not a validator bug.

http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_h1
http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_Inline
http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_misc.inline

The HTML 4.01 DTD on the other hand does not.

http://www.w3.org/TR/html401/struct/global.html#edef-H1
http://www.w3.org/TR/html401/sgml/dtd.html#inline
(ins an del are not in %fontstyle;, %phrase;, %special;, or %formctrl;).

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 23 August 2011 17:53:18 UTC