- From: Simon Pieters <zcorpan@hotmail.com>
- Date: Fri, 03 Feb 2006 09:44:18 +0000
Hi, From: Gervase Markham <gerv@mozilla.org> >It's much harder to spot them when they are dynamically generated by >e.g. a cloneNode operation. You can't submit your browser's DOM tree to >the validator... Browsers could mark all errors as red in view source. In Firefox you can select a piece of text and view selection source, which will bring up the serialized DOM. Browsers could also log all HTML parse errors in a console, just like Firefox currently logs CSS parse errors and XML parse errors in the JavaScript Console. Regards, Simon Pieters
Received on Friday, 3 February 2006 01:44:18 UTC