- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 29 Jan 2010 01:39:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv10367
Modified Files:
audio.html spec.html
Log Message:
prose model
Index: audio.html
===================================================================
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:03 UTC