Bugzilla – Bug 728
Error incorrectly reported for iframe with 0 width and height
Last modified: 2010-03-30 12:32:04 CEST
HTML5 allows both width and height to be 0 for elements that allow dimension attributes: http://dev.w3.org/html5/spec/Overview.html#attr-dim-width But the validator complains about iframes with 0 width and height, for instance: http://validator.nu/?doc=http%3A%2F%2Fwww.myspace.com%2F&schema=http%3A%2F%2Fs.validator.nu%2Fhtml5%2Fhtml5full-aria.rnc+http%3A%2F%2Fs.validator.nu%2Fhtml5%2Fassertions.sch+http%3A%2F%2Fc.validator.nu%2Fall%2F&parser=html5
Created attachment 151 [details] patch
syntax 544