Fwd: editorial work on HTML spec

Please review the editorial work I am doing , in particular in relation to
the addition of ARIA related information in the 'head' section of each
element definition and the related informative ARIA reference table [
http://www.w3.org/html/wg/drafts/html/master/dom.html#allowed-aria-roles,-states-and-properties]
I have added to HTML5.

this is a work in progress, to date I have added content starting with the
HTML element
http://www.w3.org/html/wg/drafts/html/master/semantics.html#the-html-elementdown
to the iframe element
http://www.w3.org/html/wg/drafts/html/master/embedded-content-0.html#the-iframe-element

so the following element sections are complete:
metadata
http://www.w3.org/html/wg/drafts/html/master/document-metadata.html#document-metadata
sections http://www.w3.org/html/wg/drafts/html/master/sections.html#sections
grouping
http://www.w3.org/html/wg/drafts/html/master/grouping-content.html#grouping-content
text level semantics
http://www.w3.org/html/wg/drafts/html/master/text-level-semantics.html#text-level-semantics


example of info being added

4.5.1 The a elementAllowed ARIA role attribute values:link (default - *do
not set*), button, checkbox, menuitem, menuitemcheckbox, menuitemradio, tabor
treeitem Allowed ARIA state and property attributes:Global aria-* attributesAny
aria-* attributes applicable to the allowed roles.
--

Regards

SteveF
HTML 5.1 <http://www.w3.org/html/wg/drafts/html/master/>


---------- Forwarded message ----------
From: Steve Faulkner <faulkner.steve@gmail.com>
Date: 1 January 2014 18:50
Subject: editorial work on HTML spec
To: HTMLWG WG <public-html@w3.org>


Hi all, I have started to add information to the first section of each
element definition.

The additional information:

short descriptions of each of the allowed HTML attributes
tag omission details
allowed ARIA role and state and property attribute (aria-*) attribute
information.

Examples of the added content can be found in the following section
covering metadata elements:
http://www.w3.org/html/wg/drafts/html/master/document-metadata.html:

The related bug is https://www.w3.org/Bugs/Public/show_bug.cgi?id=21898


feedback welcome as always.

--

Regards

SteveF
HTML 5.1 <http://www.w3.org/html/wg/drafts/html/master/>

Received on Monday, 13 January 2014 16:41:59 UTC