Skip to content

Commit 548bcde

Browse files
birtlessvgeesus
authored andcommitted
Fix some broken links
1 parent 128f09a commit 548bcde

1 file changed

Lines changed: 7 additions & 18 deletions

File tree

web-animations/WD-web-animations-20140605/Overview.html

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,8 @@
33
<head><script src='MathJax/MathJax.js?config=MML_SVGorMML,local/local' type='text/javascript'></script>
44
<title>Web Animations 1.0</title>
55
<meta charset="utf-8">
6-
7-
8-
9-
<!--
10-
ReSpec.js wishlist:
11-
12-
Add here any issues you find with ReSpec including missing features. It
13-
will help us decide if we should continue using it and work out what we
14-
need to fix.
15-
16-
* Allow making cross-references to specific methods and members.
17-
-->
186
<link href="respec/respec.css" rel="stylesheet" type="text/css"><link href="web-animations.css" rel="stylesheet" type="text/css"><link href="http://www.w3.org/StyleSheets/TR/W3C-WD" rel="stylesheet" type="text/css"></head>
19-
<body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a></p><h1 class="title" id="title">Web Animations 1.0</h1><h2 id="w3c-working-draft-05-june-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Working Draft 5 June 2014</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2014/WD-web-animations-20140605/">http://www.w3.org/TR/2014/WD-web-animations-20140605/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/web-animations/">http://www.w3.org/TR/web-animations/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://dev.w3.org/fxtf/web-animations/">http://dev.w3.org/fxtf/web-animations/</a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2013/WD-web-animations-20130625/">http://www.w3.org/TR/2013/WD-web-animations-20130625/</a></dd><dt>Editors:</dt><dd><span>Brian Birtles</span>, <a href="http://mozilla.jp/">Mozilla Japan</a>, <span class="ed_mailto"><a href="mailto:bbirtles@mozilla.com">bbirtles@mozilla.com</a></span> </dd>
7+
<body style="display: inherit;"><div class="head"><p><a href="http://www.w3.org/"><img width="72" height="48" src="http://www.w3.org/Icons/w3c_home" alt="W3C"></a></p><h1 class="title" id="title">Web Animations 1.0</h1><h2 id="w3c-working-draft-05-june-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Working Draft 5 June 2014</h2><dl><dt>This version:</dt><dd><a href="http://www.w3.org/TR/2014/WD-web-animations-20140605/">http://www.w3.org/TR/2014/WD-web-animations-20140605/</a></dd><dt>Latest published version:</dt><dd><a href="http://www.w3.org/TR/web-animations/">http://www.w3.org/TR/web-animations/</a></dd><dt>Latest editor's draft:</dt><dd><a href="http://dev.w3.org/fxtf/web-animations/">http://dev.w3.org/fxtf/web-animations/</a></dd><dt>Previous version:</dt><dd><a href="http://www.w3.org/TR/2013/WD-web-animations-20130625/">http://www.w3.org/TR/2013/WD-web-animations-20130625/</a></dd><dt>Editors:</dt><dd><span>Brian Birtles</span>, <a href="http://www.mozilla.jp/">Mozilla Japan</a>, <span class="ed_mailto"><a href="mailto:bbirtles@mozilla.com">bbirtles@mozilla.com</a></span> </dd>
208
<dd><span>Shane Stephens</span>, <a href="http://www.google.com/">Google, Inc</a>, <span class="ed_mailto"><a href="mailto:shans@google.com">shans@google.com</a></span> </dd>
219
<dd><span>Alex Danilo</span>, <a href="http://www.google.com/">Google, Inc</a>, <span class="ed_mailto"><a href="mailto:adanilo@google.com">adanilo@google.com</a></span> </dd>
2210
<dd><span>Tab Atkins</span>, <a href="http://www.google.com/">Google, Inc</a>, <span class="ed_mailto"><a href="mailto:jackalmage@gmail.com">jackalmage@gmail.com</a></span> </dd>
@@ -4834,7 +4822,7 @@ <h4><span class="secno">4.4.4 </span>The intermediate animation value of a motio
48344822
</li><li>Return the <var>intermediate animation value</var>.
48354823
</li></ol>
48364824
<div class="issue">
4837-
Need to describe how <a href="http://www.w3.org/TR/css3-transforms/#transform-origin">transform-origin</a>
4825+
Need to describe how <a href="http://www.w3.org/TR/css3-transforms/#transform-origin-property">transform-origin</a>
48384826
is applied.
48394827
</div>
48404828
</section>
@@ -4868,7 +4856,8 @@ <h3><span class="secno">4.5 </span>Custom effects</h3>
48684856
or creating vibrations.
48694857
</p>
48704858
<p>
4871-
For example, using a <a href="#dfn-custom-effect" class="internalDFN">custom effect</a> that draws to a <a href="http://www.w3.org/TR/html5/embedded-content-0.html#the-canvas-element"><code>canvas</code></a>
4859+
For example, using a <a href="#dfn-custom-effect"
4860+
class="internalDFN">custom effect</a> that draws to a <a href="http://www.w3.org/TR/html5/scripting-1.html#the-canvas-element"><code>canvas</code></a>
48724861
element, it is possible to produce a complex animated effect
48734862
featuring patterns that may be difficult to create using CSS or
48744863
SVG.
@@ -7951,20 +7940,20 @@ <h3><span class="secno">8.2 </span>Conformance criteria</h3>
79517940
</section>
79527941

79537942

7954-
<section id="references" class="appendix"><!--OddPage--><h2><span class="secno">D. </span>References</h2><section id="normative-references"><h3><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-CSS21">[CSS21]</dt><dd>Bert Bos; et al. <a href="http://www.w3.org/TR/CSS21/"><cite>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a>. W3C Recommendation. URL: <a href="http://www.w3.org/TR/CSS21">http://www.w3.org/TR/CSS21/</a>
7943+
<section id="references" class="appendix"><!--OddPage--><h2><span class="secno">D. </span>References</h2><section id="normative-references"><h3><span class="secno">D.1 </span>Normative references</h3><dl class="bibliography"><dt id="bib-CSS21/">[CSS21]</dt><dd>Bert Bos; et al. <a href="http://www.w3.org/TR/CSS21/"><cite>Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a>. W3C Recommendation. URL: <a href="http://www.w3.org/TR/CSS21/">http://www.w3.org/TR/CSS21/</a>
79557944
</dd><dt id="bib-CSS3-VALUES">[CSS3-VALUES]</dt><dd>H&#xe5;kon Wium Lie; Tab Atkins; Elika J. Etemad. <a href="http://www.w3.org/TR/css3-values/"><cite>CSS Values and Units Module Level 3.</cite></a> 4 April 2013. W3C Candidate Recommendation. URL: <a href="http://www.w3.org/TR/css3-values/">http://www.w3.org/TR/css3-values/</a>
79567945
</dd><dt id="bib-CSSOM">[CSSOM]</dt><dd>Anne van Kesteren. <a href="http://www.w3.org/TR/cssom/"><cite>CSSOM View Module.</cite></a> 12 July 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/cssom/">http://www.w3.org/TR/cssom/</a>
79577946
</dd><dt id="bib-DOM4">[DOM4]</dt><dd>Anne van Kesteren; Aryeh Gregor; Lachlan Hunt; Ms2ger. <a href="http://www.w3.org/TR/dom/"><cite>DOM4.</cite></a> 6 December 2012. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/dom/">http://www.w3.org/TR/dom/</a>
79587947
</dd><dt id="bib-ECMA-262">[ECMA-262]</dt><dd><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"><cite>ECMAScript Language Specification.</cite></a> June 2011. URL: <a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">http://www.ecma-international.org/publications/standards/Ecma-262.htm</a>
7959-
</dd><dt id="bib-HTML5">[HTML5]</dt><dd>Robin Berjon; et. al. <a href="http://www.w3.org/TR/html5"><cite>HTML5.</cite></a> 17 December 2012. W3C Candidate Recommendation. (Work in progress.) URL: <a href="http://www.w3.org/TR/html5">http://www.w3.org/TR/html5</a>
7948+
</dd><dt id="bib-HTML5">[HTML5]</dt><dd>Robin Berjon; et. al. <a href="http://www.w3.org/TR/html5/"><cite>HTML5.</cite></a> 17 December 2012. W3C Candidate Recommendation. (Work in progress.) URL: <a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a>
79607949
</dd><dt id="bib-MEDIA-FRAGMENTS">[MEDIA-FRAGMENTS]</dt><dd>Rapha&#xeb;l Troncy; Erik Mannens; Silvia Pfeiffer and Davy Van Deursen. <a href="http://www.w3.org/TR/media-frags/"><cite>Media Fragments URI 1.0</cite></a>. W3C Working Draft 25 September 2012. URL: <a href="http://www.w3.org/TR/media-frags/">http://www.w3.org/TR/media-frags/</a>
79617950
</dd><dt id="bib-NAVIGATION-TIMING">[NAVIGATION-TIMING]</dt><dd>Zhiheng Wang. <a href="http://www.w3.org/TR/navigation-timing/"><cite>Navigation Timing.</cite></a> 17 December 2012. W3C Recommendation. URL: <a href="http://www.w3.org/TR/navigation-timing/">http://www.w3.org/TR/navigation-timing/</a>
79627951
</dd><dt id="bib-SELECT">[SELECT]</dt><dd>Daniel Glazman; et al. <a href="http://www.w3.org/TR/css3-selectors/"><cite>Selectors Level 3.</cite></a> 29 September 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/css3-selectors/">http://www.w3.org/TR/css3-selectors/</a>
79637952
</dd><dt id="bib-SVG11">[SVG11]</dt><dd>Erik Dahlstr&#xf6;m; et al. <a href="http://www.w3.org/TR/SVG11/"><cite>Scalable Vector Graphics (SVG) 1.1 (Second Edition).</cite></a> 16 August 2011. W3C Recommendation. URL: <a href="http://www.w3.org/TR/SVG11/">http://www.w3.org/TR/SVG11/</a>
79647953
</dd><dt id="bib-SVG2">[SVG2]</dt><dd>Nikos Andronikos et al. <a href="http://www.w3.org/TR/SVG2/"><cite>Scalable Vector Graphics (SVG) 2.</cite></a> 16 August 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/SVG2/">http://www.w3.org/TR/SVG2/</a>
79657954
</dd><dt id="bib-WEBIDL">[WEBIDL]</dt><dd>Cameron McCormack. <a href="http://www.w3.org/TR/2011/WD-WebIDL-20110927/"><cite>Web IDL.</cite></a> 27 September 2011. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/2011/WD-WebIDL-20110927/">http://www.w3.org/TR/2011/WD-WebIDL-20110927/</a>
79667955
</dd></dl></section><section id="informative-references"><h3><span class="secno">D.2 </span>Informative references</h3><dl class="bibliography"><dt id="bib-CSS3-ANIMATIONS">[CSS3-ANIMATIONS]</dt><dd>Dean Jackson; et. al. <a href="http://www.w3.org/TR/css3-animations/"><cite>CSS Animations Module Level 3.</cite></a> 19 February 2013. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/css3-animations/">http://www.w3.org/TR/css3-animations/</a>
7967-
</dd><dt id="bib-CSS3-TRANSFORMS">[CSS3-TRANSFORMS]</dt><dd>Simon Fraser; Dean Jackson; Edward O'Connor; Dirk Schulze; Aryeh Gregor. <a href="http://www.w3.org/TR/css3-transforms"><cite>CSS Transforms</cite></a> 11 September 2012. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/css3-transforms">http://www.w3.org/TR/css3-transforms</a>
7956+
</dd><dt id="bib-CSS3-TRANSFORMS">[CSS3-TRANSFORMS]</dt><dd>Simon Fraser; Dean Jackson; Edward O'Connor; Dirk Schulze; Aryeh Gregor. <a href="http://www.w3.org/TR/css3-transforms/"><cite>CSS Transforms</cite></a> 11 September 2012. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/css3-transforms/">http://www.w3.org/TR/css3-transforms/</a>
79687957
</dd><dt id="bib-CSS3-TRANSITIONS">[CSS3-TRANSITIONS]</dt><dd>Dean Jackson; David Hyatt; Chris Marrin; David Baron. <a href="http://www.w3.org/TR/css3-transitions/"><cite>CSS Transitions Module Level 3.</cite></a> 12 February 2013. W3C Working Draft. (Work in progress.) URL: <a href="http://www.w3.org/TR/css3-transitions/">http://www.w3.org/TR/css3-transitions/</a>
79697958
</dd><dt id="bib-CSS4-IMAGES">[CSS4-IMAGES]</dt><dd>Elika J. Etemad; Tab Atkins. <a href="http://dev.w3.org/csswg/css-images"><cite>CSS Image Values and Replaced Content Module Level 4</cite></a> 11 April 2013. W3C Editor's Draft. (Work in progress.) URL: <a href="http://dev.w3.org/csswg/css-images">http://dev.w3.org/csswg/css-images</a>
79707959
</dd><dt id="bib-FUND-COMP-GRAPHICS">[FUND-COMP-GRAPHICS]</dt><dd>Peter Shirley, Michael Ashikhmin, Steve Marschner. <cite>Fundamentals of Computer Graphics.</cite> A K Peters Limited, 2009.

0 commit comments

Comments
 (0)