- From: poot <cvsmail@w3.org>
- Date: Fri, 19 Feb 2010 03:41:53 +0900 (JST)
- To: public-html-diffs@w3.org
mike: fixed type in status section
http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.168&r2=1.169&f=h
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -d -r1.387 -r1.388
--- Overview.html 16 Feb 2010 10:28:15 -0000 1.387
+++ Overview.html 18 Feb 2010 18:41:32 -0000 1.388
@@ -64,8 +64,8 @@
</p>
<p>
This document
- was produced by
- the <a href="http://www.w3.org/html/wg">W3C HTML Working Group</a>.
+ was published by
+ the <a href="http://www.w3.org/html/wg">W3C HTML Working Group</a>,
part of the <a href="http://www.w3.org/MarkUp/Activity.html">HTML Activity</a>
in the W3C <a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
</p>
Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -d -r1.90 -r1.91
--- Makefile 16 Feb 2010 10:28:15 -0000 1.90
+++ Makefile 18 Feb 2010 18:41:32 -0000 1.91
@@ -90,6 +90,7 @@
--param show-content-models $(SHOW_CONTENT_MODELS) \
tools/generate-spec-source.xsl $< \
| $(PERL) $(PERLFLAGS) -pi -e 's|(Use CSS instead). (http://wiki.whatwg.org/wiki/Presentational_elements_and_attributes)|<a href="$$2">$$1</a>.|g' \
+ | $(PERL) $(PERLFLAGS) -pi -e 's|(meta extensions). <(http://wiki.whatwg.org/wiki/MetaExtensions)>|<a href="$$2">$$1</a>.|g' \
| $(PERL) $(PERLFLAGS) -pi -e 's|d:string ""|"" <span class="attr-qualifier">(empty string)</span> <span class="postfix or">or</span> <a href="#syntax-attr-empty">empty</a>|g' \
| $(PERL) $(PERLFLAGS) -pi -e 's|d:string||g' \
| $(PERL) $(PERLFLAGS) -pi -e 's|>shape.rect</a>|>shape</a>=<span class="attr-values">"rect"</span>|g' \
Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- head.html 16 Feb 2010 10:28:17 -0000 1.34
+++ head.html 18 Feb 2010 18:41:32 -0000 1.35
@@ -39,7 +39,7 @@
<li><span>
The <span class="attribute">profile</span> attribute on the <span class="element">head</span> element is obsolete.
To declare which <span class="element">meta</span> element terms are used in the document, instead register the
- names as meta extensions. <http://wiki.whatwg.org/wiki/MetaExtensions>
+ names as <a href="http://wiki.whatwg.org/wiki/MetaExtensions">meta extensions</a>.
To trigger specific UA behaviors, use a <span class="element">link</span> element instead.
</span></li>
</ul>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- spec.html 16 Feb 2010 10:28:19 -0000 1.168
+++ spec.html 18 Feb 2010 18:41:32 -0000 1.169
@@ -63,8 +63,8 @@
</p>
<p>
This document
- was produced by
- the <a href="http://www.w3.org/html/wg">W3C HTML Working Group</a>.
+ was published by
+ the <a href="http://www.w3.org/html/wg">W3C HTML Working Group</a>,
part of the <a href="http://www.w3.org/MarkUp/Activity.html">HTML Activity</a>
in the W3C <a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
</p>
@@ -7055,7 +7055,7 @@
<li><span>
The <span class="attribute">profile</span> attribute on the <span class="element">head</span> element is obsolete.
To declare which <span class="element">meta</span> element terms are used in the document, instead register the
- names as meta extensions. <http://wiki.whatwg.org/wiki/MetaExtensions>
+ names as <a href="http://wiki.whatwg.org/wiki/MetaExtensions">meta extensions</a>.
To trigger specific UA behaviors, use a <span class="element">link</span> element instead.
</span></li>
</ul>
Received on Thursday, 18 February 2010 18:42:23 UTC