- 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/elements
In directory hutz:/tmp/cvs-serv10367/elements
Modified Files:
audio.html
Log Message:
prose model
Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/elements/audio.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- audio.html 29 Jan 2010 01:18:38 -0000 1.6
+++ audio.html 29 Jan 2010 01:39:00 -0000 1.7
@@ -7,13 +7,13 @@
</div>
<div id="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