Re: [Htmlvalidator-help] More infor re: v0.8.3.5 beta...
Brought to you by:
mgueury
From: Marc G. <mg...@sk...> - 2007-01-31 22:26:06
|
Hi Mac, Just for the explanation. - I do not have the HTML header of the page anymore. - But the HTML body only. So, the header is generated on the fly, I mean the <head> tags, <title>...; The DOCTYPE is regenerated based on some other info. For what javascript generates in Firefox, it depends of your javascript and of firefox. It can be that javascript generates HTML tags in XHTML, in such a case a bug should be logged in Firefox. Hope it helps, Marc Mac Cleary wrote: > Marc -- > > I just noticed that the loss of the XHTML tag close (<br /> rather than > <br>) occurs within the JavaScript generated markup, in addition to the > static markup. > > I also see that you have chosen to alter the !DOCTYPE statement and > replace the <head>...</head> block when Post JavaScript validation is > done:-( I can see adding a <meta> tag to note the use of your extension, > but complete removal (and therefore no validation) of the <head> tag seems > extreme. After all, it is actually possible to use JavaScript to generate > <link> and <script src="..."> tags for on-the-fly CSS and JS > functionality/dependency selection. > > Oh well, I think I have bothered you enough for now... I'll just have to > see if I can filter out the missing close errors for the short term. > > Cheers, > ...mac > > |