html5/html-author/utils compare.html,1.1,1.2 elementdesc.txt,1.6,1.7

Update of /sources/public/html5/html-author/utils
In directory hutz:/tmp/cvs-serv26234/utils

Modified Files:
	compare.html elementdesc.txt 
Log Message:
Changed 'loose' to 'transitional' and 'none' to '-' in comparison table

Index: elementdesc.txt
===================================================================
RCS file: /sources/public/html5/html-author/utils/elementdesc.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- elementdesc.txt	9 Mar 2009 14:16:33 -0000	1.6
+++ elementdesc.txt	9 Mar 2009 14:30:04 -0000	1.7
@@ -84,7 +84,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [nav]
 desc=The <code>nav</code> element represents a section of a page containing primary navigation links to other pages or to parts within the page.
@@ -92,7 +92,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [article]
 desc=The <code>article</code> element represents an independent section of a document, page, or site. This could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, or any other independent item of content.
@@ -100,7 +100,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [aside]
 desc=The <code>aside</code> element represents a section of a page that consists of content that is tangentially related to the content around the <code>aside</code> element, and which could be considered separate from that content. Such sections are often represented as sidebars in printed typography.
@@ -108,7 +108,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [h1]
 desc=These elements define headers for their sections.
@@ -165,7 +165,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [footer]
 desc=The <code>footer</code> element represents a footer of a section, typically containing information such as who wrote it, links to related documents, and copyright notices.
@@ -173,7 +173,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [address]
 desc=The <code>address</code> element represents the contact information for the section it <a href="#applyToSection">applies</a> to. If it applies to <span>the body element</span>, then it instead applies to the document as a whole.
@@ -221,7 +221,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [blockquote]
 desc=The <code>blockquote</code> element represents a section that is quoted from another source.
@@ -333,7 +333,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [dfn]
 desc=The <code>dfn</code> element represents the defining instance of a term, where its definition is provided nearby.
@@ -358,7 +358,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [progress]
 desc=The <code>progress</code> element represents the completion progress of a task.
@@ -366,7 +366,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [meter]
 desc=The <code>meter</code> element represents a scalar measurement within a known range, or a fractional value.
@@ -374,7 +374,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [code]
 desc=The <code>code</code> element represents a fragment of computer code.
@@ -462,7 +462,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [rt]
 desc=The <code>rt</code> element marks the ruby text component of a ruby annotation.
@@ -470,7 +470,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [rp]
 desc=The <code>rp</code> element can be used to provide parentheses around a ruby text component of a ruby annotation, to be shown by user agents that don’t support ruby annotations.
@@ -478,7 +478,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [ins]
 desc=The <code>ins</code> element represents an addition to the document.
@@ -502,7 +502,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [img]
 desc=An <code>img</code> element represents an image.
@@ -518,7 +518,7 @@
 start=required
 end=required
 status=active
-html4=loose
+html4=transitional
 
 [embed]
 desc=The <code>embed</code> element represents an integration point for an external (typically non-HTML) application or interactive content.
@@ -526,7 +526,7 @@
 start=required
 end=empty
 status=active
-html4=none
+html4=-
 
 [object]
 desc=The <code>object</code> element can represent an external resource, which, depending on the type of the resource, will either be treated as an image, as a nested <span>browsing context</span>, or as an external resource to be processed by a <span>plugin</span>.
@@ -550,7 +550,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [audio]
 desc=An <code>audio</code> element represents a sound or audio stream.
@@ -558,7 +558,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [source]
 desc=The <code>source</code> element allows authors to specify multiple <span title="media resource">media resources</span> for <span title="media element">media elements</span>.
@@ -566,7 +566,7 @@
 start=required
 end=empty
 status=active
-html4=none
+html4=-
 
 [canvas]
 desc=The <code>canvas</code> element represents a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, or other visual images on the fly.
@@ -574,7 +574,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [map]
 desc=The <code>map</code> element, in conjunction with any <code>area</code> element descendants, defines an <span>image map</span>.
@@ -726,7 +726,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [optgroup]
 desc=The <code>optgroup</code> element represents a group of <code>option</code> elements with a common label.
@@ -758,7 +758,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [details]
 desc=The <code>details</code> element represents additional information or controls which the user can obtain on demand.
@@ -766,7 +766,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [datagrid]
 desc=The <code><a href="#datagrid">datagrid</a></code> element <a href="#represents">represents</a> an interactive representation of tree, list, or tabular data.
@@ -774,7 +774,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [command]
 desc=The <code>command</code> element represents a command that the user can invoke.
@@ -782,7 +782,7 @@
 start=required
 end=empty
 status=active
-html4=none
+html4=-
 
 [bb]
 desc=The <code>bb</code> element represents a user agent command that the user can invoke.
@@ -790,7 +790,7 @@
 start=required
 end=required
 status=active
-html4=none
+html4=-
 
 [menu]
 desc=The <code>menu</code> element represents a list of commands.
@@ -798,7 +798,7 @@
 start=required
 end=required
 status=active
-html4=loose
+html4=transitional
 
 [legend]
 desc=The <code>legend</code> element represents a title or explanatory caption for the rest of the contents of the <code>legend</code> element’s parent element.
@@ -834,7 +834,7 @@
 end=required
 status=obsolete
 notes=Use the <code>object</code> element.
-html4=loose
+html4=transitional
 
 [basefont]
 desc=The <code>basefont</code> element represents a base font style for the document.
@@ -843,7 +843,7 @@
 end=empty
 status=obsolete
 notes=This has limited support in browsers. Use CSS instead.
-html4=loose
+html4=transitional
 
 [bgsound]
 desc=The <code>bgsound</code> element 
@@ -852,7 +852,7 @@
 end=empty
 status=obsolete
 notes=Use the <code>audio</code> element.
-html4=none
+html4=-
 
 [big]
 desc=The <code>big</code> element 
@@ -870,7 +870,7 @@
 end=required
 status=obsolete
 notes=CSS provides an alternative with limited browser support, but note that blinking text is annoying.
-html4=none
+html4=-
 
 [center]
 desc=The <code>center</code> element 
@@ -879,7 +879,7 @@
 end=required
 status=obsolete
 notes=Use a semantically appropriate element with CSS for style.
-html4=loose
+html4=transitional
 
 [dir]
 desc=The <code>dir</code> element 
@@ -888,7 +888,7 @@
 end=required
 status=obsolete
 notes=Use the <code>ul</code> element.
-html4=loose
+html4=transitional
 
 [font]
 desc=The <code>font</code> element represents font styling
@@ -897,7 +897,7 @@
 end=required
 status=obsolete
 notes=Use a semantically appropriate element with CSS for style.
-html4=loose
+html4=transitional
 
 [frame]
 desc=The <code>frame</code> element 
@@ -924,7 +924,7 @@
 end=required
 status=obsolete
 notes=Use the <code>pre</code> element.
-html4=none
+html4=-
 
 [marquee]
 desc=The <code>marquee</code> element 
@@ -933,7 +933,7 @@
 end=required
 status=obsolete
 notes=Scripting or CSS animations can be used to simulate scrolling text.
-html4=none
+html4=-
 
 [nobr]
 desc=The <code>nobr</code> element 
@@ -942,7 +942,7 @@
 end=required
 status=obsolete
 notes=Use a semantically appropriate element with CSS for style.
-html4=none
+html4=-
 
 [noembed]
 desc=The <code>noembed</code> element 
@@ -951,7 +951,7 @@
 end=required
 status=obsolete
 notes=
-html4=none
+html4=-
 
 [noframes]
 desc=The <code>noframes</code> element 
@@ -969,7 +969,7 @@
 end=required
 status=obsolete
 notes=Use a form with a text <code>input</code> and submit button.
-html4=loose
+html4=transitional
 
 [plaintext]
 desc=The <code>plaintext</code> element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements.
@@ -978,7 +978,7 @@
 end=required
 status=obsolete
 notes=Use the <code>pre</code> element.
-html4=none
+html4=-
 
 [s]
 desc=The <code>s</code> element 
@@ -987,7 +987,7 @@
 end=required
 status=obsolete
 notes=Consider using the <code>del</code>, if appropriate, or another semantically appropriate element with CSS for style.
-html4=loose
+html4=transitional
 
 [spacer]
 desc=The <code>spacer</code> element 
@@ -996,7 +996,7 @@
 end=required
 status=obsolete
 notes=Use CSS layout techniques.
-html4=none
+html4=-
 
 [strike]
 desc=The <code>strike</code> element 
@@ -1005,7 +1005,7 @@
 end=required
 status=obsolete
 notes=Consider using the <code>del</code>, if appropriate, or another semantically appropriate element with CSS for style.
-html4=loose
+html4=transitional
 
 [u]
 desc=The <code>u</code> element 
@@ -1014,7 +1014,7 @@
 end=required
 status=obsolete
 notes=Use a semantically appropriate element with CSS for style.
-html4=loose
+html4=transitional
 
 [wbr]
 desc=The <code>wbr</code> element 
@@ -1023,7 +1023,7 @@
 end=empty
 status=obsolete
 notes=
-html4=none
+html4=-
 
 [xmp]
 desc=The <code>xmp</code> element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements.
@@ -1032,7 +1032,7 @@
 end=required
 status=obsolete
 notes=Use the <code>pre</code> element.
-html4=none
+html4=-
 
 
 

Index: compare.html
===================================================================
RCS file: /sources/public/html5/html-author/utils/compare.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- compare.html	9 Mar 2009 14:17:01 -0000	1.1
+++ compare.html	9 Mar 2009 14:30:04 -0000	1.2
@@ -34,7 +34,7 @@
 		</tr>
 		<tr>
 			<td><code>applet</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td>Java applet</td>
 		</tr>
@@ -46,19 +46,19 @@
 		</tr>
 		<tr>
 			<td><code>article</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Independent section</td>
 		</tr>
 		<tr>
 			<td><code>aside</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Auxiliary section</td>
 		</tr>
 		<tr>
 			<td><code>audio</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Audio stream</td>
 		</tr>
@@ -76,13 +76,13 @@
 		</tr>
 		<tr>
 			<td><code>basefont</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td>Base font style</td>
 		</tr>
 		<tr>
 			<td><code>bb</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Browser button</td>
 		</tr>
@@ -94,7 +94,7 @@
 		</tr>
 		<tr>
 			<td><code>bgsound</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -106,7 +106,7 @@
 		</tr>
 		<tr>
 			<td><code>blink</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -136,7 +136,7 @@
 		</tr>
 		<tr>
 			<td><code>canvas</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Bitmap canvas</td>
 		</tr>
@@ -148,7 +148,7 @@
 		</tr>
 		<tr>
 			<td><code>center</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -178,19 +178,19 @@
 		</tr>
 		<tr>
 			<td><code>command</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Command that a user can invoke</td>
 		</tr>
 		<tr>
 			<td><code>datagrid</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Interactive tree, list or tabular data</td>
 		</tr>
 		<tr>
 			<td><code>datalist</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Predefined control values</td>
 		</tr>
@@ -208,7 +208,7 @@
 		</tr>
 		<tr>
 			<td><code>details</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Additional information</td>
 		</tr>
@@ -220,13 +220,13 @@
 		</tr>
 		<tr>
 			<td><code>dialog</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Conversation</td>
 		</tr>
 		<tr>
 			<td><code>dir</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -256,7 +256,7 @@
 		</tr>
 		<tr>
 			<td><code>embed</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Embedded application</td>
 		</tr>
@@ -268,19 +268,19 @@
 		</tr>
 		<tr>
 			<td><code>figure</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>A figure with a caption.</td>
 		</tr>
 		<tr>
 			<td><code>font</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td>Font style</td>
 		</tr>
 		<tr>
 			<td><code>footer</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Section footer</td>
 		</tr>
@@ -346,7 +346,7 @@
 		</tr>
 		<tr>
 			<td><code>header</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Section header</td>
 		</tr>
@@ -370,7 +370,7 @@
 		</tr>
 		<tr>
 			<td><code>iframe</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>active</td>
 			<td>Inline frame</td>
 		</tr>
@@ -394,7 +394,7 @@
 		</tr>
 		<tr>
 			<td><code>isindex</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -430,7 +430,7 @@
 		</tr>
 		<tr>
 			<td><code>listing</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td>Preformatted text</td>
 		</tr>
@@ -442,19 +442,19 @@
 		</tr>
 		<tr>
 			<td><code>mark</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Marked or highlighted text</td>
 		</tr>
 		<tr>
 			<td><code>marquee</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
 		<tr>
 			<td><code>menu</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>active</td>
 			<td>Command menu</td>
 		</tr>
@@ -466,25 +466,25 @@
 		</tr>
 		<tr>
 			<td><code>meter</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Scalar measurement</td>
 		</tr>
 		<tr>
 			<td><code>nav</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Navigation</td>
 		</tr>
 		<tr>
 			<td><code>nobr</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
 		<tr>
 			<td><code>noembed</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -526,7 +526,7 @@
 		</tr>
 		<tr>
 			<td><code>output</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Output control</td>
 		</tr>
@@ -544,7 +544,7 @@
 		</tr>
 		<tr>
 			<td><code>plaintext</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td>Preformatted text</td>
 		</tr>
@@ -556,7 +556,7 @@
 		</tr>
 		<tr>
 			<td><code>progress</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Progress of a task</td>
 		</tr>
@@ -568,25 +568,25 @@
 		</tr>
 		<tr>
 			<td><code>rp</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Ruby parenthesis</td>
 		</tr>
 		<tr>
 			<td><code>rt</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Ruby text</td>
 		</tr>
 		<tr>
 			<td><code>ruby</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Ruby annotation</td>
 		</tr>
 		<tr>
 			<td><code>s</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -604,7 +604,7 @@
 		</tr>
 		<tr>
 			<td><code>section</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Document section</td>
 		</tr>
@@ -622,13 +622,13 @@
 		</tr>
 		<tr>
 			<td><code>source</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Media resource</td>
 		</tr>
 		<tr>
 			<td><code>spacer</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -640,7 +640,7 @@
 		</tr>
 		<tr>
 			<td><code>strike</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -712,7 +712,7 @@
 		</tr>
 		<tr>
 			<td><code>time</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Date and/or time</td>
 		</tr>
@@ -730,7 +730,7 @@
 		</tr>
 		<tr>
 			<td><code>u</code></td>
-			<td>loose</td>
+			<td>transitional</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
@@ -748,19 +748,19 @@
 		</tr>
 		<tr>
 			<td><code>video</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>active</td>
 			<td>Video or movie</td>
 		</tr>
 		<tr>
 			<td><code>wbr</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td></td>
 		</tr>
 		<tr>
 			<td><code>xmp</code></td>
-			<td>none</td>
+			<td>-</td>
 			<td>obsolete</td>
 			<td>Preformatted text</td>
 		</tr>

Received on Monday, 9 March 2009 14:30:17 UTC