https://bugzilla.wikimedia.org/show_bug.cgi?id=49097
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Use figure and figcaption |Use figure and figcaption |when possible |HTML5 elements when | |possible --- Comment #1 from Brion Vibber <[email protected]> --- Docs on MDN for these elements: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figure https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption Core and mobile styles would have to be updated, and likely also some JS tools. Alternatively, <figure> and <figcaption> could be thrown in around the existing <div>s and <span>s without changing the styles, assuming there's no default styles that override stuff. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
