- From: Eliot Graff via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Oct 2009 19:56:37 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/canvas-api
In directory hutz:/tmp/cvs-serv7706
Modified Files:
canvas-2d-api.html
Log Message:
Edits:
PubRules verified or applied throughout the specification, including fixing broken links and applying accessibility requirements.
Addition of normative references to remove reliance upon links to HTML5 specification
General language, formatting, and logical edits, such as:
Alphabetizing attributes and methods within existing sections
Editing sentences to make them easier to understand
Breaking long sentences, noun stacks, etc. to enhance readability
Reordering paragraphs to create more seamless flow within sections
Index: canvas-2d-api.html
===================================================================
RCS file: /sources/public/html5/canvas-api/canvas-2d-api.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- canvas-2d-api.html 17 Aug 2009 17:04:06 -0000 1.2
+++ canvas-2d-api.html 21 Oct 2009 19:56:35 -0000 1.3
@@ -5,7 +5,12 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>The Canvas 2D API 1.0 Specification</title>
<link rel="stylesheet" type="text/css" href="resources/html5-style.css" />
- <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-ED" type="text/css" />
+ <link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css" />
+ <style type="text/css">
+ .style1 {
+ background-color: #EEEEEE;
+ }
+ </style>
</head>
[...2003 lines suppressed...]
+
+ <dt id="refsRFC2119"><strong class="normref">[RFC2119]</strong></dt>
+ <dd><cite><a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a></cite>,
+ S. Bradner, March 1997.
+ <br />Available at http://tools.ietf.org/html/rfc2119.
+ </dd>
</dl>
+
+ <h3 id="informrefs">Informative References</h3>
</div>
<div>
<h2 id="Acknowledgments">C. Acknowledgments</h2>
<p>
- The editors would like to acknowledge and thank the following people for substantive aid with this specification: .
+ The editors would like to acknowledge and thank the following people for
+ substantive aid with this specification:
</p>
</div>
</body>
Received on Wednesday, 21 October 2009 19:56:45 UTC