html5/html-author/utils elementdesc.txt,1.2,1.3

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

Modified Files:
	elementdesc.txt 
Log Message:
Added more obsolete elements to the data file

Index: elementdesc.txt
===================================================================
RCS file: /sources/public/html5/html-author/utils/elementdesc.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- elementdesc.txt	5 Mar 2009 16:52:13 -0000	1.2
+++ elementdesc.txt	6 Mar 2009 10:30:02 -0000	1.3
@@ -307,14 +307,6 @@
 end=required
 status=active
 
-[acronym]
-desc=The <code>acronym</code> element represents an abbreviation or acronym, optionally with its expansion.
-meaning=Acronym
-start=required
-end=required
-status=obsolete
-notes=Use the <code>abbr</code> element
-
 [time]
 desc=The <code>time</code> element represents a date and/or a time.
 meaning=Date and/or time
@@ -721,13 +713,87 @@
 end=required
 status=active
 
-[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.
-meaning=Preformatted text
+#Obsolete elements
+
+[acronym]
+desc=The <code>acronym</code> element represents an abbreviation or acronym, optionally with its expansion.
+meaning=Acronym
+start=required
+end=required
+status=obsolete
+notes=Use the <code>abbr</code> element
+
+[applet]
+desc=The <code>applet</code> element represents an embedded Java applet.
+meaning=Java applet
+start=required
+end=required
+status=obsolete
+
+[basefont]
+desc=The <code>basefont</code> element represents a base font style for the document.
+meaning=Base font style
+start=required
+end=empty
+status=obsolete
+notes=This has limited support in browsers. Use CSS stylesheets instead.
+
+[bgsound]
+desc=The <code>bgsound</code> element 
+meaning=
+start=required
+end=empty
+status=obsolete
+
+[big]
+desc=The <code>big</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[blink]
+desc=The <code>blink</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[center]
+desc=The <code>center</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[dir]
+desc=The <code>dir</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[font]
+desc=The <code>font</code> element represents font styling
+meaning=Font style
+start=required
+end=required
+status=obsolete
+notes=Use a semantically appropriate element with CSS for style.
+
+[frame]
+desc=The <code>frame</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[frameset]
+desc=The <code>frameset</code> element 
+meaning=
 start=required
 end=required
 status=obsolete
-notes=Use the <code>pre</code> element
 
 [listing]
 desc=The <code>listing</code> element represents a block of preformatted text, in which structure is represented by typographic conventions rather than by elements.
@@ -735,7 +801,42 @@
 start=required
 end=required
 status=obsolete
-notes=Use the <code>pre</code> element
+notes=Use the <code>pre</code> element.
+
+[marquee]
+desc=The <code>marquee</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[nobr]
+desc=The <code>nobr</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[noembed]
+desc=The <code>noembed</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[noframes]
+desc=The <code>noframes</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[isindex]
+desc=The <code>isindex</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
 
 [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.
@@ -743,12 +844,75 @@
 start=required
 end=required
 status=obsolete
-notes=Use the <code>pre</code> element
+notes=Use the <code>pre</code> element.
 
-[font]
-desc=The <code>font</code> element represents font styling
-meaning=Font style
+[s]
+desc=The <code>s</code> element 
+meaning=
 start=required
 end=required
 status=obsolete
-notes=Use a semantically appropriate element with CSS for style
+
+[spacer]
+desc=The <code>spacer</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[strike]
+desc=The <code>strike</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[u]
+desc=The <code>u</code> element 
+meaning=
+start=required
+end=required
+status=obsolete
+
+[wbr]
+desc=The <code>wbr</code> element 
+meaning=
+start=required
+end=empty
+status=obsolete
+
+[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.
+meaning=Preformatted text
+start=required
+end=required
+status=obsolete
+notes=Use the <code>pre</code> element.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Received on Friday, 6 March 2009 10:30:13 UTC