Skip to content

Commit d844ad5

Browse files
committed
Added missing alt attributes to img elements. Synced up the title and h1 elements. Added sentence about the spec. being the first public working draft.
1 parent 2c78472 commit d844ad5

2 files changed

Lines changed: 18 additions & 13 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head profile="http://www.w3.org/2006/03/hcard">
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5-
<title>CSS Exclusions and Shapes Module Level 1</title>
5+
<title>CSS Exclusions and Shapes Module Level 3</title>
66
<link rel="stylesheet" type="text/css" href="default.css" />
77
<link rel="stylesheet" type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" />
88

@@ -60,7 +60,7 @@
6060
<body>
6161
<div id="div-head" class="head">
6262
<!--logo-->
63-
<h1 id="css-exclusions-module">CSS exclusions and shapes</h1>
63+
<h1 id="css-exclusions-module">CSS exclusions and shapes Level 3</h1>
6464
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
6565
<dl>
6666
<dt>This version:</dt>
@@ -98,7 +98,7 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
9898
</p>
9999
<h2 class="no-num no-toc" id="status">Status of this document</h2>
100100
<!--status-->
101-
<!--<p>The following features are at risk: &hellip;</p>-->
101+
<p>This is the First Public Working Draft of the CSS Exclusions and Shapes Level 3 Module.</p>
102102

103103
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
104104
<!--toc-->
@@ -284,7 +284,7 @@ <h4 id="wrap-flow-property">The 'wrap-flow' property</h4>
284284
</p>
285285

286286
<div class="figure">
287-
<img src="images/exclusions-illustration.png" width="70%" />
287+
<img alt="General illustration showing how exclusions combine" src="images/exclusions-illustration.png" width="70%" />
288288
<p class="caption">Combining exclusions</p>
289289
</div>
290290

@@ -934,7 +934,7 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
934934
</dl>
935935

936936
<div class='figure'>
937-
<img src="images/shapes-exclusions.png" width="70%"/>
937+
<img alt="arbitrary shapes for excluions. Illustrates how content flows around shapes" src="images/shapes-exclusions.png" width="70%"/>
938938
<p class="caption">Arbitrary shapes for exclusions</p>
939939
</div>
940940

css3-exclusions/Overview.html

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head profile="http://www.w3.org/2006/03/hcard"><meta
66
content="text/html; charset=utf-8" http-equiv=Content-Type>
77

8-
<title>CSS Exclusions and Shapes Module Level 1</title>
8+
<title>CSS Exclusions and Shapes Module Level 3</title>
99
<link href=default.css rel=stylesheet type="text/css">
1010
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
1111
type="text/css">
@@ -62,16 +62,16 @@
6262
<p><a href="http://www.w3.org/"><img alt=W3C height=48
6363
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
6464

65-
<h1 id=css-exclusions-module>CSS exclusions and shapes</h1>
65+
<h1 id=css-exclusions-module>CSS exclusions and shapes Level 3</h1>
6666

67-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 December
67+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 December
6868
2011</h2>
6969

7070
<dl>
7171
<dt>This version:
7272

7373
<dd><a
74-
href="http://www.w3.org/TR/2011/ED-css3-exclusions-20111206/">http://www.w3.org/csswg/css3-exclusions/</a>
74+
href="http://www.w3.org/TR/2011/ED-css3-exclusions-20111207/">http://www.w3.org/csswg/css3-exclusions/</a>
7575

7676
<dt>Latest version:
7777

@@ -165,7 +165,9 @@ <h2 class="no-num no-toc" id=status>Status of this document</h2>
165165
href="/Consortium/Patent-Policy-20040205/#sec-Disclosure">section 6 of the
166166
W3C Patent Policy</a>.</p>
167167
<!--end-status-->
168-
<!--<p>The following features are at risk: &hellip;</p>-->
168+
169+
<p>This is the First Public Working Draft of the CSS Exclusions and Shapes
170+
Level 3 Module.
169171

170172
<h2 class="no-num no-toc" id=contents>Table of contents</h2>
171173
<!--begin-toc-->
@@ -498,8 +500,9 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The &lsquo;<a
498500
<p> The element will be considered as an exclusion for all inline flow
499501
content descendants of the exclusions' containing block.
500502

501-
<div class=figure> <img src="images/exclusions-illustration.png"
502-
width="70%">
503+
<div class=figure> <img
504+
alt="General illustration showing how exclusions combine"
505+
src="images/exclusions-illustration.png" width="70%">
503506
<p class=caption>Combining exclusions</p>
504507
</div>
505508

@@ -1306,7 +1309,9 @@ <h4 id=shape-outside-property><span class=secno>4.3.1. </span>The &lsquo;<a
13061309
class=property>auto</code>&rsquo; had been specified.
13071310
</dl>
13081311

1309-
<div class=figure> <img src="images/shapes-exclusions.png" width="70%">
1312+
<div class=figure> <img
1313+
alt="arbitrary shapes for excluions. Illustrates how content flows around shapes"
1314+
src="images/shapes-exclusions.png" width="70%">
13101315
<p class=caption>Arbitrary shapes for exclusions</p>
13111316
</div>
13121317

0 commit comments

Comments
 (0)