HTML6 Concept
21–30 of 89 posts
Re: HTML6 Concept
#22[1] https://wiki.whatwg.org/wiki/FAQ#What_does_.22Living_Standar...
Re: HTML6 Concept
#23Where is my ejector seat?
Re: HTML6 Concept
#24Re: HTML6 Concept
#25But it breaks compatibility with what has been HTML since first version, by forcing to prefix existing HTML tags.
Rather, it should propose to enhance the new semantic tags by adding a prefix, for instance ... (or for readability) while preserving existing tags.
Re: HTML6 Concept
#26I'd love it if someone could tell me, as an example, how semantic markup would support displaying a syntax-highlighted a block of code in a web page?
Re: HTML6 Concept
#27I'm almost disappointed to see a post like this with no comments - because while it's often quite negative - HN comments often provide me with context and a counterpoint that's really quite useful. My first reaction is that I quite like it. It's more semantic than dozens of nested divs and spans, and perhaps that's not as useful for machine generated code - for those of us coding html by hand.
It looks reasonable from the start, but then you get into real-world issues: why do you need to specify the days? What do you do if you want a 10 year calender? How do you treat February? What are the odds of everyone getting the calender correct, especially when doing it by hand? How do you specify the first day of the week? Some countries start the week on a Sunday and others on a Monday. Can the month name be localized, so that French readers see it as Janvier while the back-end still knows it's January?
People tried really hard to get semantic namespaces working with XML/XHTML, but it didn't really seem to pan out.
Re: HTML6 Concept
#28Re: HTML6 Concept
#29just feels backwards to me. the stuff seems like it should all be under the default html namespace and assumed. where as the other stuff may be better suited to be namespaced. just seems like a waste adding "html:" to all of the root/core elements.
If that happened browsers would have to make "html:" optional. So authors could get away without using it.