Skip to content

Commit 8a2b37d

Browse files
committed
[css-shapes] Fixed mark-up errors.
1 parent d8e498b commit 8a2b37d

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

css-shapes/Overview.src.html

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html public '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'>
22
<html lang="en">
33
<head profile="http://www.w3.org/2006/03/hcard">
4-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
55
<title>CSS Shapes Module Level 1</title>
6-
<link rel="stylesheet" type="text/css" href="../shared/style/default.css" />
76
<script src='http://test.csswg.org/harness/annotate.js#css-shapes_DEV' type='text/javascript' defer></script>
7+
<link rel="stylesheet" type="text/css" href="../shared/style/default.css" >
88

99

1010
<style type="text/css">
@@ -23,11 +23,11 @@
2323
}
2424
</style>
2525

26+
<link rel="stylesheet" type="text/css"
27+
href="issues.css">
2628
<link rel="stylesheet" type="text/css"
2729
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
2830

29-
<link rel="stylesheet" type="text/css"
30-
href="../shared/style/issues.css">
3131

3232
<link id="st" href="../shared/style/alternate-spec-style.css" rel="stylesheet"
3333
type="text/css" title="alternate spec style">
@@ -36,23 +36,22 @@
3636
</head>
3737
<body>
3838
<div id="div-head" class="head">
39+
<!--begin-logo-->
3940
<p><a href="http://www.w3.org/"><img id="mobile-logo" alt="W3C" height="53" src=
4041
"http://www.w3.org/2008/site/images/logo-w3c-mobile-lg" width="90"></a>
4142

4243

43-
<!--begin-logo-->
4444

4545
<p><a href="http://www.w3.org/"><img id="logo" alt="W3C" height="48" src=
4646
"http://www.w3.org/Icons/w3c_home" width="72"></a> <!--end-logo--></p>
4747
<h1 id="css-shapes-module">CSS Shapes Module Level 1</h1>
4848
<h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
4949
<dl>
5050
<dt>This version:</dt>
51-
<dd><a href="http://dev.w3.org/csswg/css-shapes/">http://dev.w3.org/csswg/css-shapes/</a></dd>
52-
<!--<dd><a href="[VERSION]">http://www.w3.org/TR/[YEAR]/WD-css-shapes-[CDATE]/</a></dd>-->
51+
<dd><a href="[VERSION]">[VERSION]</a></dd>
5352

5453
<dt>Latest version:</dt>
55-
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/[SHORTNAME]/</a></dd>
54+
<dd><a href="http://www.w3.org/TR/[SHORTNAME]/">http://www.w3.org/TR/css-shapes/</a></dd>
5655

5756
<dt>Editor's Draft:</dt>
5857
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a>
@@ -98,6 +97,11 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
9897

9998
<h2 class="no-num no-toc" id="status">Status of this document</h2>
10099
<!--status-->
100+
101+
<p>A previous version of this draft has been published as part of the
102+
Working Draft <a
103+
href="http://www.w3.org/TR/2012/WD-css3-exclusions-20120503/"
104+
><cite>CSS Exclusions and Shapes</cite>” dated 3 May 2012.</a>
101105

102106
<h2 class="no-num no-toc" id="contents">Table of contents</h2>
103107
<!--toc-->
@@ -112,7 +116,7 @@ <h2 id="intro">Introduction</h2>
112116

113117
<h2 id="definitions">Definitions</h2>
114118

115-
<dfn>float area</dfn>
119+
<p><dfn>Float area</dfn>
116120

117121
<p>
118122
The area used for wrapping content around a float element. By default, the
@@ -303,7 +307,7 @@ <h3 id="basic-shapes-from-svg-syntax">Basic Shapes</h3>
303307

304308

305309
<h4 id="supported-basic-shapes">Supported Shapes</h4>
306-
The following basic shapes are supported.
310+
<p>The following basic shapes are supported.
307311
<dl>
308312
<dt><dfn id="rectangle">rectangle</dfn>([&lt;length&gt;|&lt;percentage&gt;]{4} [ curve [&lt;length&gt;|&lt;percentage&gt;]{1,2} ]? )</dt>
309313
<dd>
@@ -517,7 +521,7 @@ <h4 id='basic-shape-interpolation'>Interpolation of Basic Shapes</h4>
517521
<h3 id="shapes-from-image">Shapes from Image</h3>
518522

519523
<div class="issue-marker wrapper">
520-
<div class="issue-marker" data-bug_id="16112" data-bug_status="NEW">
524+
<div class="issue-marker">
521525
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16112">Issue-16112</a>
522526
<div class="issue-details">
523527
<p class="short-desc">Address security concern with automatic shape extractions for images</p>

0 commit comments

Comments
 (0)