[Bug 14733] self-closing tag in <link rel="..." /> causes also error "end tag for head which is not close" in html 4.0

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|ville.skytta@iki.fi         |

--- Comment #5 from Ville Skyttä <ville.skytta@iki.fi> 2011-11-11 21:02:34 UTC ---
Not always.  For example this is a valid HTML 4.01 Transitional document:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>bla bla</title>
  <link rel="stylesheet" type="text/css" href="includes/style.css" />
  Hello World!

-- 
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 Friday, 11 November 2011 21:02:37 UTC