- From: poot <cvsmail@w3.org>
- Date: Tue, 9 Mar 2010 03:25:24 +0900 (JST)
- To: public-html-diffs@w3.org
mike: mark the cite element as "Changed" (thx=Jeremy Keith) http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.198&r2=1.199&f=h =================================================================== RCS file: /sources/public/html5/markup/Overview.html,v retrieving revision 1.403 retrieving revision 1.404 diff -u -d -r1.403 -r1.404 --- Overview.html 8 Mar 2010 17:28:44 -0000 1.403 +++ Overview.html 8 Mar 2010 18:25:09 -0000 1.404 @@ -277,7 +277,7 @@ <span class="toc-section-number"></span><a href="caption.html#caption"><span class="toc-section-number"></span> <span class="element">caption</span> – <span class="shortdesc">table title</span></a> </li> <li id="cite-toc"> -<span class="toc-section-number"></span><a href="cite.html#cite"><span class="toc-section-number"></span> <span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></a> +<span class="toc-section-number"></span><a href="cite.html#cite"><span class="toc-section-number"></span> <span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> </li> <li id="code-toc"> <span class="toc-section-number"></span><a href="code.html#code"><span class="toc-section-number"></span> <span class="element">code</span> – <span class="shortdesc">code fragment</span></a> Index: cite.html =================================================================== RCS file: /sources/public/html5/markup/cite.html,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- cite.html 7 Mar 2010 11:29:03 -0000 1.39 +++ cite.html 8 Mar 2010 18:25:10 -0000 1.40 @@ -3,7 +3,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" href="W3C-ED.css" type="text/css"> -<title>HTML5: cite – cited title of a work</title> +<title>HTML5: cite – cited title of a work (CHANGED)</title> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body> @@ -14,7 +14,7 @@ </div> <div id="cite" class="section"> <h2 class="element-head"> -<span class="element">cite</span> – <span class="shortdesc">cited title of a work</span> <a class="hash" href="#cite">#</a> <a class="toc-bak" href="Overview.html#cite-toc">T</a> +<span class="element">cite</span> – <span class="shortdesc">cited title of a work</span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> <a class="hash" href="#cite">#</a> <a class="toc-bak" href="Overview.html#cite-toc">T</a> </h2> <div id="cite-longdesc" class="longdesc"> <p>The <a href="cite.html#cite" class="element">cite</a> element Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.198 retrieving revision 1.199 diff -u -d -r1.198 -r1.199 --- spec.html 8 Mar 2010 17:28:44 -0000 1.198 +++ spec.html 8 Mar 2010 18:25:10 -0000 1.199 @@ -276,7 +276,7 @@ <span class="toc-section-number"></span><a href="#caption"><span class="toc-section-number"></span> <span class="element">caption</span> – <span class="shortdesc">table title</span></a> </li> <li id="cite-toc"> -<span class="toc-section-number"></span><a href="#cite"><span class="toc-section-number"></span> <span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></a> +<span class="toc-section-number"></span><a href="#cite"><span class="toc-section-number"></span> <span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> </li> <li id="code-toc"> <span class="toc-section-number"></span><a href="#code"><span class="toc-section-number"></span> <span class="element">code</span> – <span class="shortdesc">code fragment</span></a> @@ -2179,7 +2179,7 @@ <span class="toc-section-number"></span><a href="#caption"><span class="toc-section-number"></span> <span class="element">caption</span> – <span class="shortdesc">table title</span></a> </li> <li> -<span class="toc-section-number"></span><a href="#cite"><span class="toc-section-number"></span> <span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></a> +<span class="toc-section-number"></span><a href="#cite"><span class="toc-section-number"></span> <span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> </li> <li> <span class="toc-section-number"></span><a href="#code"><span class="toc-section-number"></span> <span class="element">code</span> – <span class="shortdesc">code fragment</span></a> @@ -4514,7 +4514,7 @@ </div> <div id="cite" class="section"> <h2 class="element-head"> -<span class="element">cite</span> – <span class="shortdesc">cited title of a work</span> <a class="hash" href="#cite">#</a> <a class="toc-bak" href="#cite-toc">T</a> +<span class="element">cite</span> – <span class="shortdesc">cited title of a work</span> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> <a class="hash" href="#cite">#</a> <a class="toc-bak" href="#cite-toc">T</a> </h2> <div id="cite-longdesc" class="longdesc"> <p>The <a href="#cite" class="element">cite</a> element Index: elements.html =================================================================== RCS file: /sources/public/html5/markup/elements.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- elements.html 7 Mar 2010 11:29:04 -0000 1.42 +++ elements.html 8 Mar 2010 18:25:10 -0000 1.43 @@ -79,7 +79,7 @@ <span class="toc-section-number"></span><a href="caption.html#caption"><span class="toc-section-number"></span> <span class="element">caption</span> – <span class="shortdesc">table title</span></a> </li> <li> -<span class="toc-section-number"></span><a href="cite.html#cite"><span class="toc-section-number"></span> <span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></a> +<span class="toc-section-number"></span><a href="cite.html#cite"><span class="toc-section-number"></span> <span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span> </li> <li> <span class="toc-section-number"></span><a href="code.html#code"><span class="toc-section-number"></span> <span class="element">code</span> – <span class="shortdesc">code fragment</span></a>
Received on Monday, 8 March 2010 18:25:53 UTC