canmove, Confirmed users
2,883
edits
(stub) |
m (→summary element spec issues: summary naming) |
||
| Line 10: | Line 10: | ||
== summary element spec issues == | == summary element spec issues == | ||
* ... | === summary naming === | ||
* <code><summary></code> (inside <code><details></code>) | |||
** need a more specific name. summary is too generic sounding of an element name for this special usage. Similar to the problem with <code><address></code> (special use - for contact information for the document, but used as a generic "address" for street addresses). | |||
** alternatively make a generic <code><summary></code> element - make it an actual summary inside <code><article></code> or <code><body></code>, as well as inside <code><details></code>. Another advantage is that this is close to the semantic of the Atom "summary" element, and the hAtom microformat 'entry-summary' property. | |||
I prefer the second solution, make the <code><summary></code> element more generic/flexible. [[User:Tantek|Tantek]] 01:41, 22 July 2010 (UTC) | |||
== see also == | == see also == | ||
* [[HTML5]] home page | * [[HTML5]] home page | ||