- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 08:35:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup In directory hutz:/tmp/cvs-serv6013 Modified Files: audio.html object.html spec.html style.css video.html Log Message: checkpointing Index: audio.html =================================================================== RCS file: /sources/public/html5/markup/audio.html,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- audio.html 5 Feb 2010 08:17:23 -0000 1.43 +++ audio.html 5 Feb 2010 08:35:44 -0000 1.44 @@ -20,7 +20,8 @@ <div class="no-number no-toc" id="audio-content-model"> <h2 class="element-subhead">Permitted content <a class="hash" href="#audio-content-model">#</a></h2><div class="content-models"> - <div id="audio-mdls"> + <p class="content-model-prologue"><a href="terminology.html#transparent">Transparent</a>, + with the following specific structure:</p><div id="audio-mdls"> <p class="elem-mdl"> <span class="agroupof"><span>a </span><a class="ref attribute" href="audio.html#audio.attrs.src">src</a><span> attribute</span>, Index: object.html =================================================================== RCS file: /sources/public/html5/markup/object.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- object.html 5 Feb 2010 06:19:00 -0000 1.41 +++ object.html 5 Feb 2010 08:35:45 -0000 1.42 @@ -20,7 +20,8 @@ <div class="no-number no-toc" id="object-content-model"> <h2 class="element-subhead">Permitted content <a class="hash" href="#object-content-model">#</a></h2><div class="content-models"> - <div id="object-mdls"> + <p class="content-model-prologue"><a href="terminology.html#transparent">Transparent</a>, + with the following specific structure:</p><div id="object-mdls"> <p class="elem-mdl"> <span>zero or more </span><a class="ref" href="param.html#param">param</a><span> elements</span>, <span class="postfix followedby">followed by</span> Index: style.css =================================================================== RCS file: /sources/public/html5/markup/style.css,v retrieving revision 1.94 retrieving revision 1.95 diff -u -d -r1.94 -r1.95 --- style.css 5 Feb 2010 08:17:24 -0000 1.94 +++ style.css 5 Feb 2010 08:35:45 -0000 1.95 @@ -828,3 +828,7 @@ #label .agroupof + * { padding-left: 0px; } + +.content-model-prologue { + margin-bottom: 12px !important; +} Index: spec.html =================================================================== RCS file: /sources/public/html5/markup/spec.html,v retrieving revision 1.153 retrieving revision 1.154 diff -u -d -r1.153 -r1.154 --- spec.html 5 Feb 2010 08:17:24 -0000 1.153 +++ spec.html 5 Feb 2010 08:35:45 -0000 1.154 @@ -3187,7 +3187,9 @@ </h2> <div class="content-models"> - <div id="audio-mdls"> + <p class="content-model-prologue"><a href="#transparent">Transparent</a>, + with the following specific structure:</p> +<div id="audio-mdls"> <p class="elem-mdl"> <span class="agroupof"><span>a </span><a class="ref attribute" href="#audio.attrs.src">src</a><span> attribute</span>, @@ -11553,7 +11555,9 @@ </h2> <div class="content-models"> - <div id="object-mdls"> + <p class="content-model-prologue"><a href="#transparent">Transparent</a>, + with the following specific structure:</p> +<div id="object-mdls"> <p class="elem-mdl"> <span>zero or more </span><a class="ref" href="#param">param</a><span> elements</span>, <span class="postfix followedby">followed by</span> @@ -14789,7 +14793,9 @@ </h2> <div class="content-models"> - <div id="video-mdls"> + <p class="content-model-prologue"><a href="#transparent">Transparent</a>, + with the following specific structure:</p> +<div id="video-mdls"> <p class="elem-mdl"> <span class="agroupof"><span>a </span><a class="ref attribute" href="#video.attrs.src">src</a><span> attribute</span>, Index: video.html =================================================================== RCS file: /sources/public/html5/markup/video.html,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- video.html 5 Feb 2010 08:17:24 -0000 1.40 +++ video.html 5 Feb 2010 08:35:45 -0000 1.41 @@ -20,7 +20,8 @@ <div class="no-number no-toc" id="video-content-model"> <h2 class="element-subhead">Permitted content <a class="hash" href="#video-content-model">#</a></h2><div class="content-models"> - <div id="video-mdls"> + <p class="content-model-prologue"><a href="terminology.html#transparent">Transparent</a>, + with the following specific structure:</p><div id="video-mdls"> <p class="elem-mdl"> <span class="agroupof"><span>a </span><a class="ref attribute" href="video.html#video.attrs.src">src</a><span> attribute</span>,
Received on Friday, 5 February 2010 08:35:48 UTC