Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
The new elements: <header>, <footer>, <nav>, <section>, <article>, <aside>, and <dialog> are definitely positive developments, because they are more semantic. They don't, however, seem like they are dramatically different than elements that already exist. The <dialog> element, for example, is basically just a definition list, but it's semantics is meant to indicate a conversation. Semantic HTML is a very positive evolution, IMO, because when Google looks at a page, it is more clear what each element is meant to represent.
As for the security issues, that will become more clear as the standard become more finalized, and supported by browsers.
HTML 5 may be an attempt to break from the XHTML standard, which has failed in its original intent, which was to make XML the standard for data interpretation (JSON is a more elegant solution). XHTML did do some positive things, however, such as enforcing tag closing, which HTML lets go in a loose manner. Does anyone know if HTML 5 is going to enforce this?
Overall, I think it is a positive improvement to the standard. As designers and coders, we are free of course to style all of the elements in any manner we wish, and we, as developers, as usual, will make the real innovations.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|