- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 20 Aug 2009 09:22:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv15652/src
Modified Files:
header.src.html syntax.html
Log Message:
tweaked the metainfo for the ARIA version so that that gets labeled correctly
Index: header.src.html
===================================================================
RCS file: /sources/public/html5/markup/src/header.src.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- header.src.html 10 Jun 2009 10:42:28 -0000 1.23
+++ header.src.html 20 Aug 2009 09:22:46 -0000 1.24
@@ -41,12 +41,12 @@
<div id="tocjump"/>
<section id="abstract">
<h2>Abstract</h2>
- <p>This specification describes the fifth major
- version of the HTML vocabulary. It provides the details
- necessary for producers of HTML content to create conformant
- documents. By design, it does not define related APIs nor
- attempt to specify how consumers of HTML content are meant
- to process documents.</p>
+ <p>This specification describes the fifth major version of
+ the HTML language and provides the details necessary for
+ producers of HTML content to create documents that conform
+ to the language. By design, it does not define related APIs
+ nor attempt to specify how consumers of HTML content are
+ meant to process documents.</p>
</section>
<section id="status">
<h2>Status of this Document</h2>
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- syntax.html 16 Aug 2009 10:53:46 -0000 1.68
+++ syntax.html 20 Aug 2009 09:22:46 -0000 1.69
@@ -664,7 +664,7 @@
title="character-data"
>Character data</dfn> contains
<a href="syntax-text">text</a>, in some cases in combination with
- <a href="#syntax-charref">character references</a>),
+ <a href="#syntax-charref">character references</a>,
along with certain additional restrictions. There are three
types of character data that can occur in documents:</p>
<ol>
Received on Thursday, 20 August 2009 09:22:57 UTC