• RFC

    RFC: Summary Data Formats

    A summary/abstract capability can be implemented like this: <summary>This is a summary.</summary> In compliance with a HTML 5.1 proposal, it’s also allowed to be wrapped in a <details> tag, <details> <summary>This is a summary.</summary> </details> although this form isn’t recommended and a transitional provision for the time no semantical identifier has been assigned yet. Clients are free to ignore the <details> wrapping. Clients are also free to ignore any other tags within <summary>, the expectation is that the text nodes regardless of other tag encapsulation will be rendered. It might be important to point out that this RFC doesn’t imply that semantic meaning is derived from the HTML 5.1 proposal…