- From: Christoph Päper <christoph.paeper@tu-clausthal.de>
- Date: Sat, 25 Oct 2003 06:23:19 +0200
- To: <www-validator@w3.org>
- Cc: "Pierre St-Laurent" <p_st_laurent@globetrotter.net>
Pierre St-Laurent <p_st_laurent@globetrotter.net>: > > Line 8, column 26: there is no attribute "id" (explain...). > <style type="text/css" id="internalStyle"> > > The error is absent from the same code with a xhtml 1.0 strict doctype. > Any ideas? I checked the xhtml 1.1 "changes from 1.0 strict" and there > is no mention about this. From the top of my head: the 'id' attribute was added to the 'style' element in XHTML 1.0 Second Edition--and correctly so--, but XHTML 1.1 is based upon XHTML 1.0 Strict, which didn't have it. So the validator is technically correct.
Received on Saturday, 25 October 2003 00:39:37 UTC