html5 - Can we use figcaption element now? -
html5 - Can we use figcaption element now? -
there still discussions , doubts whether <figcaption>
remain in html5 or not. used , seems nice , semantic. should stop using it, or can go on investing on incorporating element projects?
well, personally, i'd wouldn't utilize it. not because of discussions, because of browser compatibility. example, ie9 has worst html5 score (according http://html5test.com/results.html) of modern web browser (ie, firefox, chrome, safari, etc.). so, never know if might not back upwards html5 well. recommend using javascript setup html validation scheme (or whatever want phone call it). web page (through javascript) figure out useragent string web browser end-user uses connect site. if useragent string 1 of ones listed somewhere in website, utilize html5. if it's not on list (or on no-html5 list), should utilize standard html (4.01).
there few new html5 macros i'm using. when html5 becomes official, i'll start using more of them (because won't change).
unfortunately, scheme described above (for browser recognition), have yet implement (but working on javascript engine perform functions above). have no thought how (i'm javascript n00b). it's concept though.
as alternative, i'd utilize regular paragraph element.
html5
Comments
Post a Comment