Re: Practical question: elements or attributes?

On 17.4.2012 10:45, Arle Lommel wrote:

> However, using elements would also be more disruptive to the target formats than would using attributes. For instance, in an HTML5+ITS combination the core structure of HTML5 could remain unaltered if we use attributes, but when we start adding elements, we are making more fundamental structural changes.

In HTML5 you can't use your custom elements. So if possible, we should
stick to attributes and use multiple attributes if necessary. Also in
HTML5 everything in element content is visible, so for metadata we
should use attributes anyway.

    Jirka

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka@kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------

Received on Tuesday, 17 April 2012 10:32:50 UTC