- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 28 Jul 2010 16:07:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src In directory hutz:/tmp/cvs-serv3098/src Modified Files: elements-by-function.html Log Message: added index of elements by function http://dev.w3.org/html5/markup/elements-by-function.html Index: elements-by-function.html =================================================================== RCS file: /sources/public/html5/markup/src/elements-by-function.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- elements-by-function.html 2 Apr 2010 08:21:45 -0000 1.1 +++ elements-by-function.html 28 Jul 2010 16:07:33 -0000 1.2 @@ -1,13 +1,15 @@ <section id="elements-by-function" xmlns="http://www.w3.org/1999/xhtml"> - <h2>Elements organized by function</h2> + <h2>HTML elements organized by function</h2> + <p>This section provides an index of HTML elements organized + into groups according to function.</p> <section id="the-root-element"> <h2>The root element</h2> <ul> <li>html</li> </ul> </section> - <section id="document-metadata"> + <section id="document-metadata-elements"> <h2>Document metadata</h2> <ul> <li>head</li> @@ -18,14 +20,14 @@ <li>style</li> </ul> </section> - <section id="scripting"> + <section id="scripting-elements"> <h2>Scripting</h2> <ul> <li>script</li> <li>noscript</li> </ul> </section> - <section id="sections"> + <section id="sections-elements"> <h2>Sections</h2> <ul> <li>body</li> @@ -45,7 +47,7 @@ <li>address</li> </ul> </section> - <section id="grouping-content"> + <section id="grouping-content-elements"> <h2>Grouping content</h2> <ul> <li>p</li> @@ -64,7 +66,7 @@ <li>div</li> </ul> </section> - <section id="text-level-semantics"> + <section id="text-level-semantics-elements"> <h2>Text-level semantics</h2> <ul> <li>a</li> @@ -92,14 +94,14 @@ <li>span</li> </ul> </section> - <section id="edits"> + <section id="edits-elements"> <h2>Edits</h2> <ul> <li>ins</li> <li>del</li> </ul> </section> - <section id="embedded-content"> + <section id="embedded-content-elements"> <h2>Embedded content</h2> <ul> <li>img</li> @@ -115,7 +117,7 @@ <li>area</li> </ul> </section> - <section id="tables"> + <section id="tables-elements"> <h2>Tables</h2> <ul> <li>table</li> @@ -130,7 +132,7 @@ <li>th</li> </ul> </section> - <section id="forms"> + <section id="forms-elements"> <h2>Forms</h2> <ul> <li>form</li> @@ -148,6 +150,11 @@ <li>output</li> <li>progress</li> <li>meter</li> + </ul> + </section> + <section id="interactive-elements"> + <h2>Interactive elements</h2> + <ul> <li>details</li> <li>summary</li> <li>command</li>
Received on Wednesday, 28 July 2010 16:07:38 UTC