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

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

Modified Files:
	elementdesc.txt 
Log Message:
Updated description of the DOCTYPE syntax

Index: elementdesc.txt
===================================================================
RCS file: /sources/public/html5/html-author/utils/elementdesc.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- elementdesc.txt	5 Mar 2009 00:29:38 -0000	1.1
+++ elementdesc.txt	5 Mar 2009 16:52:13 -0000	1.2
@@ -6,14 +6,14 @@
 status=active
 
 [head]
-desc=The <code>head</code> element collects the document's metadata.
+desc=The <code>head</code> element collects the document’s metadata.
 meaning=Document head
 start=optional
 end=optional
 status=active
 
 [title]
-desc=The <code>title</code> element represents the document's title or name, and should be meaningful even when read out of context.
+desc=The <code>title</code> element represents the document’s title or name, and should be meaningful even when read out of context.
 meaning=Document title
 start=required
 end=required
@@ -379,7 +379,7 @@
 status=active
 
 [span]
-desc=The <code>span</code> element doesn't mean anything on its own, but can be useful when used together with other attributes, e.g. <code title="attr-class">class</code>, <code title="attr-lang">lang</code>, or <code title="attr-dir">dir</code>.
+desc=The <code>span</code> element doesn’t mean anything on its own, but can be useful when used together with other attributes, e.g. <code title="attr-class">class</code>, <code title="attr-lang">lang</code>, or <code title="attr-dir">dir</code>.
 meaning=Generic inline container
 start=required
 end=required
@@ -421,7 +421,7 @@
 status=active
 
 [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.
+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.
 meaning=Ruby parenthesis
 start=required
 end=required
@@ -442,7 +442,7 @@
 status=active
 
 [figure]
-desc=The <code>figure</code> element represents some <span>flow content</span>, optionally with a caption, which can be moved away from the main flow of the document without affecting the document's meaning.
+desc=The <code>figure</code> element represents some <span>flow content</span>, optionally with a caption, which can be moved away from the main flow of the document without affecting the document’s meaning.
 meaning=A figure with a caption.
 start=required
 end=required
@@ -610,7 +610,7 @@
 status=active
 
 [label]
-desc=The <code>label</code> represents a caption in a user interface. The caption can be associated with a specific form control, known as the <code>label</code> element's <dfn>labeled control</dfn>.
+desc=The <code>label</code> represents a caption in a user interface. The caption can be associated with a specific form control, known as the <code>label</code> element’s <dfn>labeled control</dfn>.
 meaning=Form control label
 start=required
 end=required
@@ -659,7 +659,7 @@
 status=active
 
 [textarea]
-desc=The <code>textarea</code> element represents a multiline plain text edit control for the element's <dfn title="concept-textarea-raw-value">raw value</dfn>. The contents of the control represent the control's default value.
+desc=The <code>textarea</code> element represents a multiline plain text edit control for the element’s <dfn title="concept-textarea-raw-value">raw value</dfn>. The contents of the control represent the control’s default value.
 meaning=Multi-line text control
 start=required
 end=required
@@ -708,7 +708,7 @@
 status=active
 
 [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.
+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.
 meaning=Explanatory title or caption
 start=required
 end=required

Received on Thursday, 5 March 2009 16:52:25 UTC