- From: Sam Ruby via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 14 Sep 2012 05:14:11 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv24647
Modified Files:
Overview.html
Log Message:
commit 871a3ac7ac06959c2266ed0829274e6c47c8c446
Author: ianh <ianh@340c8d12-0b0e-0410-8428-c7bf67bfef74>
Date: Thu Jul 26 23:38:12 2012 +0000
[e] (0) references are always going out of date
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16803
Affected topics: HTML
git-svn-id: http://svn.whatwg.org/webapps@7212 340c8d12-0b0e-0410-8428-c7bf67bfef74
(cherry picked from commit 3f9888487de601cd26810961c3f52d4914f2ce54)
(covers also commit b746b8f68b4680faa71febcba742efec599a55c8)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- Overview.html 14 Sep 2012 01:14:51 -0000 1.161
+++ Overview.html 14 Sep 2012 05:14:09 -0000 1.162
@@ -773,7 +773,7 @@
<!-- <span>SVGMatrix</span>? <span title="dom-HitRegionOptions-transform">transform</span> = null;
--> <span>DOMString</span> <span title=dom-HitRegionOptions-id>id</span> = "";
<span>DOMString</span>? <span title=dom-HitRegionOptions-parentID>parentID</span> = null;
- <span>DOMString</span> <span title=dom-HitRegionOptions-cursor>cursor</span> = 'inherit';
+ <span>DOMString</span> <span title=dom-HitRegionOptions-cursor>cursor</span> = "inherit";
// for control-backed regions:
<span>Element</span>? <span title=dom-HitRegionOptions-control>control</span> = null;
// for unbacked regions:
@@ -5803,13 +5803,11 @@
such, but there's a western bias to these references for
consistency. sorry. -->
- <dt id=refsCSP>[CSS]</dt>
+ <dt id=refsCSP>[CSP]</dt>
<dd>(Non-normative) <cite><a href=http://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html>Content Security Policy</a></cite>, B. Sterne, A. Barth. W3C.</dd>
<dt id=refsCSS>[CSS]</dt>
- <dd><cite><a href=http://www.w3.org/TR/CSS/>Cascading Style Sheets Level 2
- Revision 1</a></cite>, B. Bos, T. Çelik, I.
- Hickson, H. Lie. W3C.</dd>
+ <dd><cite><a href=http://www.w3.org/TR/CSS2/>Cascading Style Sheets Level 2 Revision 1</a></cite>, B. Bos, T. Çelik, I. Hickson, H. Lie. W3C.</dd>
<dt id=refsCSSATTR>[CSSATTR]</dt>
<dd><cite><a href=http://dev.w3.org/csswg/css-style-attr/>CSS Styling Attribute Syntax</a></cite>, T. Çelik, E. Etemad. W3C.</dd>
@@ -5842,38 +5840,25 @@
Module</a></cite>, A. van Kesteren. W3C.</dd>
<dt id=refsCSSRUBY>[CSSRUBY]</dt>
- <dd><cite><a href=http://dev.w3.org/csswg/css3-ruby/>CSS3 Ruby
- Module</a></cite>, R. Ishida. W3C.</dd>
+ <dd><cite><a href=http://dev.w3.org/csswg/css3-ruby/>CSS3 Ruby Module</a></cite>, R. Ishida. W3C.</dd>
<dt id=refsCSSUI>[CSSUI]</dt>
- <dd><cite><a href=http://dev.w3.org/csswg/css3-ui/>CSS3 Basic User
- Interface Module</a></cite>, T. Çelik. W3C.</dd>
+ <dd><cite><a href=http://dev.w3.org/csswg/css3-ui/>CSS3 Basic User Interface Module</a></cite>, T. Çelik. W3C.</dd>
<dt id=refsCSSVALUES>[CSSVALUES]</dt>
- <dd><cite><a href=http://dev.w3.org/csswg/css3-values/>CSS3
- Values and Units</a></cite>, H. Lie, C. Lilley. W3C.</dd>
+ <dd><cite><a href=http://dev.w3.org/csswg/css3-values/>CSS3 Values and Units</a></cite>, H. Lie, T. Atkins, E. Etemad. W3C.</dd>
<dt id=refsDASH>[DASH]</dt>
<dd><cite><a href="http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=57623">Dynamic adaptive streaming over HTTP (DASH)</a></cite>. ISO.</dd>
<dt id=refsDOM2HTML>[DOM2HTML]</dt>
- <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/DOM-Level-2-HTML/>Document Object Model
- (DOM) Level 2 HTML Specification</a></cite>, J. Stenback, P. Le
- Hegaret, A. Le Hors. W3C.</dd>
+ <dd>(Non-normative) <cite><a href=http://www.w3.org/TR/DOM-Level-2-HTML/>Document Object Model (DOM) Level 2 HTML Specification</a></cite>, J. Stenback, P. Le Hégaret, A. Le Hors. W3C.</dd>
<dt id=refsDOMCORE>[DOMCORE]</dt>
<dd><cite><a href=http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html>Web DOM Core</a></cite>, A. van Kesteren. W3C.</dd>
<dt id=refsDOMEVENTS>[DOMEVENTS]</dt>
- <!--
- <dd><cite><a
- href="http://www.w3.org/TR/DOM-Level-3-Events/">Document Object
- Model (DOM) Level 3 Events Specification</a></cite>,
- B. Höhrmann, P. Le Hegaret, T. Pixley. W3C.</dd>
- -->
- <dd><cite><a href=http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html>Document
- Object Model (DOM) Level 3 Events Specification</a></cite>,
- T. Leithead. W3C.</dd>
+ <dd><cite><a href=http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html>Document Object Model (DOM) Level 3 Events Specification</a></cite>, T. Leithead, J. Rossi, D. Schepers, B. Höhrmann, P. Le Hégaret, T. Pixley. W3C.</dd>
<dt id=refsDOMPARSING>[DOMPARSING]</dt>
<dd><cite><a href=http://dvcs.w3.org/hg/innerhtml/raw-file/tip/index.html>DOM Parsing and Serialization</a></cite>, T. Leithead, Ms2ger. W3C.</dd>
Received on Friday, 14 September 2012 05:14:13 UTC