- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 19 Sep 2009 22:10:36 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9765
Modified Files:
Overview.html
Log Message:
Correct a misspelling of a name. (whatwg r3912)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3073
retrieving revision 1.3074
diff -u -d -r1.3073 -r1.3074
--- Overview.html 19 Sep 2009 21:54:19 -0000 1.3073
+++ Overview.html 19 Sep 2009 22:10:33 -0000 1.3074
@@ -14495,7 +14495,7 @@
<dd><a href="#global-attributes">Global attributes</a></dd>
<dt>DOM interface:</dt>
<dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
- </dl><p>The <code><a href="#the-mark-element">mark</a></code> element <a href="#represents">represents</a> a run of
+ </dl><!-- v2: attribute that means "highlight this on the scrollbar" --><p>The <code><a href="#the-mark-element">mark</a></code> element <a href="#represents">represents</a> a run of
text in one document marked or highlighted for reference purposes,
due to its relevance in another context. When used in a quotation or
other block of text referred to from the prose, it indicates a
@@ -69255,7 +69255,7 @@
<dt id="refsSVG">[SVG]</dt>
<dd><cite><a href="http://www.w3.org/TR/SVGTiny12/">Scalable Vector
Graphics (SVG) Tiny 1.2 Specification</a></cite>, O. Andersson,
- R. Berjon, E. Dahltröm, A. Emmons, J. Ferraiolo, A. Grasso,
+ R. Berjon, E. Dahlström, A. Emmons, J. Ferraiolo, A. Grasso,
V. Hardy, S. Hayman, D. Jackson, C. Lilley, C. McCormack,
A. Neumann, C. Northway, A. Quint, N. Ramani, D. Schepers,
A. Shellshear. W3C, December 2008.</dd>
Received on Saturday, 19 September 2009 22:10:46 UTC