- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 03 Feb 2010 10:27:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements In directory hutz:/tmp/cvs-serv23922/elements Modified Files: aside.html audio.html b.html canvas.html command.checkbox.html command.command.html command.radio.html datalist.html details.html dialog.html figcaption.html figure.html header.html hgroup.html hr.html input.color.html input.date.html input.datetime-local.html input.datetime.html input.email.html input.month.html input.number.html input.range.html input.search.html input.tel.html input.time.html input.url.html input.week.html keygen.html mark.html menu.html meta.charset.html meta.http-equiv.content-language.html meter.html nav.html output.html progress.html rp.html rt.html ruby.html section.html small.html source.html strong.html summary.html time.html video.html Log Message: reworked annotations handling for new/obsolete/changed elements Index: input.week.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.week.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.week.html 31 Jan 2010 06:11:03 -0000 1.3 +++ input.week.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "week"</h4> - <div id="shortdesc">year-and-week input control</div> + <div id="shortdesc" class="new">year-and-week input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: figcaption.html =================================================================== RCS file: /sources/public/html5/markup/elements/figcaption.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- figcaption.html 2 Feb 2010 05:22:34 -0000 1.1 +++ figcaption.html 3 Feb 2010 10:27:04 -0000 1.2 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The figcaption element</h4> - <div id="shortdesc">figure caption</div> + <div id="shortdesc" class="new">figure caption</div> <div id="longdesc"> <p>The <a href="#figcaption" class="element">figcaption</a> Index: small.html =================================================================== RCS file: /sources/public/html5/markup/elements/small.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- small.html 31 Jan 2010 06:11:04 -0000 1.5 +++ small.html 3 Feb 2010 10:27:05 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The small element</h4> - <div id="shortdesc">small print</div> + <div id="shortdesc" class="changed">small print</div> <div id="longdesc"> <p>The <a href="#small" class="element">small</a> element represents so-called “small print” such as legal disclaimers Index: rp.html =================================================================== RCS file: /sources/public/html5/markup/elements/rp.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- rp.html 31 Jan 2010 06:11:04 -0000 1.5 +++ rp.html 3 Feb 2010 10:27:05 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The rp element</h4> - <div id="shortdesc">ruby parenthesis</div> + <div id="shortdesc" class="new">ruby parenthesis</div> <div id="longdesc"> <p>The <a href="#rp" class="element">rp</a> element can be used to provide parentheses around a ruby text component of a Index: command.checkbox.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.checkbox.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- command.checkbox.html 29 Jan 2010 02:51:40 -0000 1.5 +++ command.checkbox.html 3 Feb 2010 10:27:03 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The command element with type "checkbox"</h4> - <div id="shortdesc">state or option that can be toggled</div> + <div id="shortdesc" class="new">state or option that can be toggled</div> <div id="longdesc"> <p>The <a href="#command" class="element">command</a> element with a <span class="attribute">type</span> attribute whose Index: mark.html =================================================================== RCS file: /sources/public/html5/markup/elements/mark.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- mark.html 31 Jan 2010 06:11:03 -0000 1.4 +++ mark.html 3 Feb 2010 10:27:04 -0000 1.5 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The mark element</h4> - <div id="shortdesc">marked (highlighted) text</div> + <div id="shortdesc" class="new">marked (highlighted) text</div> <div id="longdesc"> <p>The <a href="#mark" class="element">mark</a> element represents a run of text in one document marked or highlighted Index: input.datetime-local.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.datetime-local.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.datetime-local.html 29 Jan 2010 10:17:09 -0000 1.3 +++ input.datetime-local.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "datetime-local"</h4> - <div id="shortdesc">local date-and-time input control</div> + <div id="shortdesc" class="new">local date-and-time input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: nav.html =================================================================== RCS file: /sources/public/html5/markup/elements/nav.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- nav.html 31 Jan 2010 06:11:04 -0000 1.6 +++ nav.html 3 Feb 2010 10:27:04 -0000 1.7 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The nav element</h4> - <div id="shortdesc">group of navigational links</div> + <div id="shortdesc" class="new">group of navigational links</div> <div id="longdesc"> <p>The <a href="#nav" class="element">nav</a> element represents a section of a document that links to other Index: input.tel.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.tel.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.tel.html 31 Jan 2010 06:11:02 -0000 1.2 +++ input.tel.html 3 Feb 2010 10:27:04 -0000 1.3 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "tel"</h4> - <div id="shortdesc">telephone-number-input field</div> + <div id="shortdesc" class="new">telephone-number-input field</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: input.email.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.email.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.email.html 29 Jan 2010 10:17:09 -0000 1.3 +++ input.email.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "email"</h4> - <div id="shortdesc">e-mail address input control</div> + <div id="shortdesc" class="new">e-mail address input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: input.month.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.month.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.month.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.month.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "month"</h4> - <div id="shortdesc">year-and-month input control</div> + <div id="shortdesc" class="new">year-and-month input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: dialog.html =================================================================== RCS file: /sources/public/html5/markup/elements/dialog.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- dialog.html 9 Sep 2009 08:00:47 -0000 1.6 +++ dialog.html 3 Feb 2010 10:27:04 -0000 1.7 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The dialog element</h4> - <div id="shortdesc">conversation</div> + <div id="shortdesc" class="new">conversation</div> <div id="longdesc"> <p>The <a href="#dialog" class="element">dialog</a> element represents a <a href="#conversation">conversation</a>.</p> Index: header.html =================================================================== RCS file: /sources/public/html5/markup/elements/header.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- header.html 29 Jan 2010 04:31:09 -0000 1.7 +++ header.html 3 Feb 2010 10:27:04 -0000 1.8 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The header element</h4> - <div id="shortdesc">header</div> + <div id="shortdesc" class="new">header</div> <div id="longdesc"> <p>The <a href="#header" class="element">header</a> element represents the header of a section.</p> Index: input.color.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.color.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- input.color.html 29 Jan 2010 10:17:09 -0000 1.2 +++ input.color.html 3 Feb 2010 10:27:04 -0000 1.3 @@ -1,5 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "color"</h4> + <div id="shortdesc" class="new">color-well control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: b.html =================================================================== RCS file: /sources/public/html5/markup/elements/b.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- b.html 29 Jan 2010 02:30:51 -0000 1.6 +++ b.html 3 Feb 2010 10:27:03 -0000 1.7 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The b element</h4> - <div id="shortdesc">offset text typically styled in bold</div> + <div id="shortdesc" class="changed">offset text typically styled in bold</div> <div id="longdesc"> <p>The <a href="#b" class="element">b</a> element represents a span of text offset from its surrounding content without Index: keygen.html =================================================================== RCS file: /sources/public/html5/markup/elements/keygen.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- keygen.html 31 Jan 2010 06:11:03 -0000 1.2 +++ keygen.html 3 Feb 2010 10:27:04 -0000 1.3 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The keygen element</h4> - <div id="shortdesc">key-pair generator/input control</div> + <div id="shortdesc" class="new">key-pair generator/input control</div> <div id="longdesc"> <p>The <a href="#keygen" class="element">keygen</a> element represents a control for generating a public-private key Index: input.number.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.number.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- input.number.html 31 Jan 2010 06:11:02 -0000 1.4 +++ input.number.html 3 Feb 2010 10:27:04 -0000 1.5 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "number"</h4> - <div id="shortdesc">number input control</div> + <div id="shortdesc" class="new">number input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/elements/audio.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- audio.html 29 Jan 2010 02:51:40 -0000 1.8 +++ audio.html 3 Feb 2010 10:27:03 -0000 1.9 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The audio element</h4> - <div id="shortdesc">audio stream</div> + <div id="shortdesc" class="new">audio stream</div> <div id="longdesc"> <p>An <a href="#audio" class="element">audio</a> element represents an audio stream.</p> Index: aside.html =================================================================== RCS file: /sources/public/html5/markup/elements/aside.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- aside.html 29 Jan 2010 02:30:51 -0000 1.6 +++ aside.html 3 Feb 2010 10:27:03 -0000 1.7 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The aside element</h4> - <div id="shortdesc">tangential content</div> + <div id="shortdesc" class="new">tangential content</div> <div id="longdesc"> <p>The <a href="#aside" class="element">aside</a> element represents content that is tangentially related to the content Index: hr.html =================================================================== RCS file: /sources/public/html5/markup/elements/hr.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- hr.html 29 Jan 2010 04:31:09 -0000 1.6 +++ hr.html 3 Feb 2010 10:27:04 -0000 1.7 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The hr element</h4> - <div id="shortdesc">thematic break</div> + <div id="shortdesc" class="changed">thematic break</div> <div id="longdesc"> <p>The <a href="#hr" class="element">hr</a> element represents a paragraph-level thematic break.</p> Index: command.radio.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.radio.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- command.radio.html 29 Jan 2010 02:51:40 -0000 1.5 +++ command.radio.html 3 Feb 2010 10:27:04 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The command element with type "radio"</h4> - <div id="shortdesc">selection of one item from a list of items</div> + <div id="shortdesc" class="new">selection of one item from a list of items</div> <div id="longdesc"> <p>The <a href="#command" class="element">command</a> element with a <span class="attribute">type</span> attribute whose Index: video.html =================================================================== RCS file: /sources/public/html5/markup/elements/video.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- video.html 31 Jan 2010 06:11:05 -0000 1.6 +++ video.html 3 Feb 2010 10:27:05 -0000 1.7 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The video element</h4> - <div id="shortdesc">video</div> + <div id="shortdesc" class="new">video</div> <div id="longdesc"> <p>The <a href="#video" class="element">video</a> element represents a video or movie.</p> Index: input.datetime.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.datetime.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.datetime.html 29 Jan 2010 10:17:09 -0000 1.3 +++ input.datetime.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "datetime"</h4> - <div id="shortdesc">global date-and-time input control</div> + <div id="shortdesc" class="new">global date-and-time input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: source.html =================================================================== RCS file: /sources/public/html5/markup/elements/source.html,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- source.html 31 Jan 2010 06:11:04 -0000 1.11 +++ source.html 3 Feb 2010 10:27:05 -0000 1.12 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The source element</h4> - <div id="shortdesc">media source</div> + <div id="shortdesc" class="new">media source</div> <div id="longdesc"> <p>The <a href="#source" class="element">source</a> Index: meta.charset.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.charset.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- meta.charset.html 1 Feb 2010 02:34:55 -0000 1.5 +++ meta.charset.html 3 Feb 2010 10:27:04 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The meta element with the "charset" attribute</h4> - <div id="shortdesc">document character-encoding declaration</div> + <div id="shortdesc" class="new">document character-encoding declaration</div> <div id="longdesc"> <p>The <a href="#meta" class="element">meta</a> element with a <a href="#meta.charset.attrs.charset">charset</a> Index: output.html =================================================================== RCS file: /sources/public/html5/markup/elements/output.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- output.html 31 Jan 2010 06:11:04 -0000 1.4 +++ output.html 3 Feb 2010 10:27:04 -0000 1.5 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The output element</h4> - <div id="shortdesc">result of a calculation in a form</div> + <div id="shortdesc" class="new">result of a calculation in a form</div> <div id="longdesc"> <p>The <a href="#output" class="element">output</a> element represents the result of a calculation.</p> Index: meta.http-equiv.content-language.html =================================================================== RCS file: /sources/public/html5/markup/elements/meta.http-equiv.content-language.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- meta.http-equiv.content-language.html 31 Jan 2010 06:11:03 -0000 1.2 +++ meta.http-equiv.content-language.html 3 Feb 2010 10:27:04 -0000 1.3 @@ -1,11 +1,18 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The meta element with the http-equiv attribute set to "content-language"</h4> - <div id="shortdesc">“default language” pragma directive</div> + <div id="shortdesc" class="obsoleted">“default language” pragma directive</div> <div id="longdesc"> <p>The <a href="#meta" class="element">meta</a> element with a <span class="attribute">http-equiv</span> attribute whose value is "<code>content-language</code>" represents a pragma directive that specifies a document-wide default language.</p> + <p class="warning"> + <span class="admonition-marker">Warning: </span> + Using the + <a href="#meta" class="element">meta</a> + element to specify the document-wide default language is + obsolete. Consider specifying the language on the root element + instead.</p> </div> <div id="prose-model">Empty</div> <div id="attributes"> Index: input.range.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.range.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.range.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.range.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "range"</h4> - <div id="shortdesc">imprecise number-input control</div> + <div id="shortdesc" class="new">imprecise number-input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: time.html =================================================================== RCS file: /sources/public/html5/markup/elements/time.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- time.html 31 Jan 2010 06:11:04 -0000 1.7 +++ time.html 3 Feb 2010 10:27:05 -0000 1.8 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The time element</h4> - <div id="shortdesc">date and/or time</div> + <div id="shortdesc" class="new">date and/or time</div> <div id="longdesc"> <p>The <a href="#time" class="element">time</a> element represents a date and/or time.</p> Index: input.date.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.date.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.date.html 29 Jan 2010 10:17:09 -0000 1.3 +++ input.date.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "date"</h4> - <div id="shortdesc">date input control</div> + <div id="shortdesc" class="new">date input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: input.time.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.time.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.time.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.time.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "time"</h4> - <div id="shortdesc">time input control</div> + <div id="shortdesc" class="new">time input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: command.command.html =================================================================== RCS file: /sources/public/html5/markup/elements/command.command.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- command.command.html 29 Jan 2010 02:51:40 -0000 1.5 +++ command.command.html 3 Feb 2010 10:27:03 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The command element with type "command"</h4> - <div id="shortdesc">command with an associated action</div> + <div id="shortdesc" class="new">command with an associated action</div> <div id="longdesc"> <p>The <a href="#command" class="element">command</a> element with a <span class="attribute">type</span> attribute whose Index: canvas.html =================================================================== RCS file: /sources/public/html5/markup/elements/canvas.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- canvas.html 29 Jan 2010 02:30:54 -0000 1.4 +++ canvas.html 3 Feb 2010 10:27:03 -0000 1.5 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The canvas element</h4> - <div id="shortdesc">canvas for dynamic graphics</div> + <div id="shortdesc" class="new">canvas for dynamic graphics</div> <div id="longdesc"> <p>The <a href="#canvas" class="element">canvas</a> element represents a resolution-dependent bitmap canvas, which can be Index: progress.html =================================================================== RCS file: /sources/public/html5/markup/elements/progress.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- progress.html 31 Jan 2010 06:11:04 -0000 1.7 +++ progress.html 3 Feb 2010 10:27:04 -0000 1.8 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The progress element</h4> - <div id="shortdesc">progress indicator</div> + <div id="shortdesc" class="new">progress indicator</div> <div id="longdesc"> <p>The <a href="#progress" class="element">progress</a> element represents the completion progress of a task.</p> Index: input.search.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.search.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.search.html 31 Jan 2010 06:11:02 -0000 1.3 +++ input.search.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "search"</h4> - <div id="shortdesc">search field</div> + <div id="shortdesc" class="new">search field</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: rt.html =================================================================== RCS file: /sources/public/html5/markup/elements/rt.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- rt.html 31 Jan 2010 06:11:04 -0000 1.4 +++ rt.html 3 Feb 2010 10:27:05 -0000 1.5 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The rt element</h4> - <div id="shortdesc">ruby text</div> + <div id="shortdesc" class="new">ruby text</div> <div id="longdesc"> <p>The <a href="#rt" class="element">rt</a> element marks the ruby text component of a ruby annotation.</p> Index: strong.html =================================================================== RCS file: /sources/public/html5/markup/elements/strong.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- strong.html 31 Jan 2010 06:11:04 -0000 1.4 +++ strong.html 3 Feb 2010 10:27:05 -0000 1.5 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The strong element</h4> - <div id="shortdesc">strong importance</div> + <div id="shortdesc" class="changed">strong importance</div> <div id="longdesc"> <p>The <a href="#strong" class="element">strong</a> element represents a span of text with strong importance.</p> Index: ruby.html =================================================================== RCS file: /sources/public/html5/markup/elements/ruby.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- ruby.html 31 Jan 2010 06:11:04 -0000 1.5 +++ ruby.html 3 Feb 2010 10:27:05 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The ruby element</h4> - <div id="shortdesc">ruby annotation</div> + <div id="shortdesc" class="new">ruby annotation</div> <div id="longdesc"> <p>The <a href="#ruby" class="element">ruby</a> element allows spans of phrasing content to be marked with ruby annotations.</p> Index: datalist.html =================================================================== RCS file: /sources/public/html5/markup/elements/datalist.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- datalist.html 29 Jan 2010 03:43:02 -0000 1.5 +++ datalist.html 3 Feb 2010 10:27:04 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The datalist element</h4> - <div id="shortdesc">predefined options for other controls</div> + <div id="shortdesc" class="new">predefined options for other controls</div> <div id="longdesc"> <p>The <a href="#datalist" class="element">datalist</a> element represents a Index: meter.html =================================================================== RCS file: /sources/public/html5/markup/elements/meter.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- meter.html 31 Jan 2010 06:11:03 -0000 1.7 +++ meter.html 3 Feb 2010 10:27:04 -0000 1.8 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The meter element</h4> - <div id="shortdesc">scalar gauge</div> + <div id="shortdesc" class="new">scalar gauge</div> <div id="longdesc"> <p>The <a href="#meter" class="element">meter</a> element represents a scalar gauge providing a measurement within a Index: details.html =================================================================== RCS file: /sources/public/html5/markup/elements/details.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- details.html 2 Feb 2010 17:04:53 -0000 1.4 +++ details.html 3 Feb 2010 10:27:04 -0000 1.5 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The details element</h4> - <div id="shortdesc">control for additional on-demand information</div> + <div id="shortdesc" class="new">control for additional on-demand information</div> <div id="longdesc"> <p>The <a href="#details" class="element">details</a> element represents a control from which the user can obtain additional Index: input.url.html =================================================================== RCS file: /sources/public/html5/markup/elements/input.url.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- input.url.html 31 Jan 2010 06:11:03 -0000 1.3 +++ input.url.html 3 Feb 2010 10:27:04 -0000 1.4 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The input element with type "url"</h4> - <div id="shortdesc">URL input control</div> + <div id="shortdesc" class="new">URL input control</div> <div id="longdesc"> <p>The <a href="#input" class="element">input</a> element with a <span class="attribute">type</span> attribute whose Index: figure.html =================================================================== RCS file: /sources/public/html5/markup/elements/figure.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- figure.html 2 Feb 2010 05:22:34 -0000 1.5 +++ figure.html 3 Feb 2010 10:27:04 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The figure element</h4> - <div id="shortdesc">figure with optional caption</div> + <div id="shortdesc" class="new">figure with optional caption</div> <div id="longdesc"> <p>The <a href="#figure" class="element">figure</a> element represents a unit of content, optionally with a caption, Index: summary.html =================================================================== RCS file: /sources/public/html5/markup/elements/summary.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- summary.html 2 Feb 2010 17:04:53 -0000 1.1 +++ summary.html 3 Feb 2010 10:27:05 -0000 1.2 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The summary element</h4> - <div id="shortdesc">summary, caption, or legend for a details control</div> + <div id="shortdesc" class="new">summary, caption, or legend for a details control</div> <div id="longdesc"> <p>The <a href="#summary" class="element">summary</a> Index: menu.html =================================================================== RCS file: /sources/public/html5/markup/elements/menu.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- menu.html 31 Jan 2010 06:11:03 -0000 1.5 +++ menu.html 3 Feb 2010 10:27:04 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The menu element</h4> - <div id="shortdesc">list of commands</div> + <div id="shortdesc" class="changed">list of commands</div> <div id="longdesc"> <p>The <a href="#menu" class="element">menu</a> element represents a list of commands.</p> Index: hgroup.html =================================================================== RCS file: /sources/public/html5/markup/elements/hgroup.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- hgroup.html 29 Jan 2010 05:14:32 -0000 1.5 +++ hgroup.html 3 Feb 2010 10:27:04 -0000 1.6 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The hgroup element</h4> - <div id="shortdesc">heading group</div> + <div id="shortdesc" class="new">heading group</div> <div id="longdesc"> <p>The <a href="#hgroup" class="element">hgroup</a> element represents a group of headings.</p> Index: section.html =================================================================== RCS file: /sources/public/html5/markup/elements/section.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- section.html 31 Jan 2010 06:11:04 -0000 1.6 +++ section.html 3 Feb 2010 10:27:05 -0000 1.7 @@ -1,6 +1,6 @@ <div xmlns="http://www.w3.org/1999/xhtml"> <h4>The section element</h4> - <div id="shortdesc">section</div> + <div id="shortdesc" class="new">section</div> <div id="longdesc"> <p>The <a href="#section" class="element">section</a> element represents a section of a document, typically with a title or
Received on Wednesday, 3 February 2010 10:27:09 UTC