Community
Participate
Working Groups
Build Identifier: Version: 3.6.2 Build id: M20110210-1200 The border attribute of the table tag is incorrectly labeled as "obsolete", even when the value is set to "1". Although the border attribute with other values is indeed obsolete, values "" and "1" are still permitted. The warning is overly strict. Reproducible: Always Steps to Reproduce: <!DOCTYPE html> <!-- to announce intention to use HTML 5 --> <html><head></head> <body> <table border="1"><tr><td>Blah</td></tr></table> </body> </html>
Content model changes delivered. Thanks, Menachem.
(In reply to comment #1) > Content model changes delivered. Thanks, Menachem. Will the change apply to JSP as well? As it happens, that's where I initially noticed the issue.
(In reply to comment #2) > (In reply to comment #1) > > Content model changes delivered. Thanks, Menachem. > > Will the change apply to JSP as well? As it happens, that's where I initially > noticed the issue. Yup, it'll work for JSPs as well.