https://stackoverflow.com/questions/1732348/regex-match-open...
HN's HTML Is Invalid
21–30 of 62 posts
Re: HN's HTML Is Invalid
#22But "" is depreciated now? Come on.
"Width" and "height" attributes too? To what purpose? They are clear, easy to use, and apparently still widely supported with no issue.
And yet to see a browser that actually cares about DOCTYPE...usually its pretty obvious when the next line is
Edit: I seem to be mistaken about the importance of doctype for some situations.
Re: HN's HTML Is Invalid
#23Speaking of the HTML it would be great to have a way to increase the text size for mobile devices. The Hacker News layout doesn't look to great in reader view.
Re: HN's HTML Is Invalid
#24Ah, cellpadding and cellspacing. A blast from the past!
Wait, there is something newer now?
The cellpadding [0] and cellspacing [1] attributes are still supported but deprecated. I'm impressed by the usage numbers, though. I do not believe this will be removed from browsers anytime soon, but that's just my opinion.
[0]: https://caniuse.com/mdn-html_elements_table_cellpadding
[1]: https://caniuse.com/mdn-html_elements_table_cellspacing
Re: HN's HTML Is Invalid
#25Ah, cellpadding and cellspacing. A blast from the past!
Wait, there is something newer now?
Re: HN's HTML Is Invalid
#26Re: HN's HTML Is Invalid
#27Re: HN's HTML Is Invalid
#28Re: HN's HTML Is Invalid
#29DANG what a blunder
Since everything in web technology is circular he is just waiting for the page to become compliant again. It'll look impressive on the Internet Archive, so far ahead of its times! And with no effort whatsoever. This also applies to the visual style.
Re: HN's HTML Is Invalid
#30Earlier quoted context omitted.
Wait, there is something newer now?
Tables first came to be used as a tool for general page layout because IE 5's box model sucked so bad nothing else really worked. It has been a minute since that constraint applied, yeah.
And for that purpose, it's still the best option.