- From: poot <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 10:39:09 +0900 (JST)
- To: public-html-diffs@w3.org
mike: prose model http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.124&r2=1.125&f=h =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- audio.html 29 Jan 2010 01:18:37 -0000 1.29 +++ audio.html 29 Jan 2010 01:39:00 -0000 1.30 @@ -19,13 +19,13 @@ </div> <div class="no-number no-toc" id="audio-contents"><h2 class="element-subhead">Permitted contents <a class="hash" href="#audio-contents">#</a></h2><div class="prose-model"> <p>If the element has a - <a href="audio.html#audio.attrs.src">src</a> + <a href="audio.html#audio.attrs.src" class="attribute">src</a> attribute, <a href="terminology.html#transparent">transparent</a>.</p> <p>If the element does not have a - <a href="audio.html#audio.attrs.src">src</a> + <a href="audio.html#audio.attrs.src" class="attribute">src</a> attribute: one or more - <a href="source.html#source" class="#element">source</a> + <a href="source.html#source" class="element">source</a> elements, then, <a href="terminology.html#transparent">transparent</a>.</p> </div></div><div class="no-number no-toc" id="audio-content-model"> Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.124 retrieving revision 1.125 diff -u -d -r1.124 -r1.125 --- spec.html 29 Jan 2010 01:34:08 -0000 1.124 +++ spec.html 29 Jan 2010 01:39:00 -0000 1.125 @@ -3327,13 +3327,13 @@ </h2> <div class="prose-model"> <p>If the element has a - <a href="#audio.attrs.src">src</a> + <a href="#audio.attrs.src" class="attribute">src</a> attribute, <a href="#transparent">transparent</a>.</p> <p>If the element does not have a - <a href="#audio.attrs.src">src</a> + <a href="#audio.attrs.src" class="attribute">src</a> attribute: one or more - <a href="#source" class="#element">source</a> + <a href="#source" class="element">source</a> elements, then, <a href="#transparent">transparent</a>.</p> </div>
Received on Friday, 29 January 2010 01:39:38 UTC