Skip to content

Commit d8e498b

Browse files
committed
[css3-regions] Fixed mark-up errors and broken links.
1 parent c5209ff commit d8e498b

1 file changed

Lines changed: 11 additions & 16 deletions

File tree

css-regions/Overview.src.html

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
66
<title>CSS Regions Module Level 1</title>
77
<link rel="stylesheet" type="text/css" href="../shared/style/default.css">
8-
<script src='http://test.csswg.org/harness/annotate.js#CSS3-REGIONS_DEV' type='text/javascript' defer></script>
98

109
<style type="text/css">
1110
#region-style-example p, #region-style-example pre {
@@ -18,11 +17,11 @@
1817
}
1918
</style>
2019

20+
<link rel="stylesheet" type="text/css"
21+
href="issues.css">
2122
<link rel="stylesheet" type="text/css"
2223
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
2324

24-
<link rel="stylesheet" type="text/css"
25-
href="../shared/style/issues.css">
2625

2726
<link id="st" href="../shared/style/alternate-spec-style.css" rel="stylesheet"
2827
type="text/css" title="alternate spec style">
@@ -31,11 +30,11 @@
3130

3231
<body>
3332
<div class="head" id="div-head">
33+
<!--begin-logo-->
3434
<p><a href="http://www.w3.org/"><img id="mobile-logo" alt="W3C" height="53" src=
3535
"http://www.w3.org/2008/site/images/logo-w3c-mobile-lg" width="90"></a>
3636

3737

38-
<!--begin-logo-->
3938

4039
<p><a href="http://www.w3.org/"><img id="logo" alt="W3C" height="48" src=
4140
"http://www.w3.org/Icons/w3c_home" width="72"></a> <!--end-logo--></p>
@@ -49,7 +48,7 @@ <h2 class="no-num no-toc" id="longstatus-date">[LONGSTATUS]
4948
<dt>This version:</dt>
5049

5150
<dd><a href=
52-
"[VERSION]">http://dev.w3.org/csswg/css3-regions</a></dd>
51+
"[VERSION]">[VERSION]</a></dd>
5352

5453
<dt>Latest version:</dt>
5554

@@ -105,10 +104,6 @@ <h2 class="no-num no-toc" id="abstract">Abstract</h2>
105104
<h2 class="no-num no-toc" id="status-of-this-document">Status of this
106105
document</h2>
107106

108-
<p class="big note"><span class="note-prefix">Note </span>This document uses an experimental style
109-
sheet. We welcome your feedback on the styles at
110-
<a href="mailto:site-comments@w3.org">site-comments@w3.org</a>.</p>
111-
112107
<!--status-->
113108

114109
<p>This draft is related to the drafts about Multi-column Layout
@@ -129,7 +124,7 @@ <h2 id="introduction">Introduction</h2>
129124
in placement of boxes for content flows.
130125
This is the purpose of the CSS regions module.</p>
131126

132-
<div class="issue-marker" data-bug_id="15733" data-bug_status="NEW">
127+
<div class="issue-marker">
133128
<a href=
134129
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=15733">Issue-15733</a>
135130

@@ -228,7 +223,7 @@ <h3 id="named-flows-and-regions">Named flows and region chains</h3>
228223
and custom elements
229224
that implements this example</p>
230225

231-
<div class="issue-marker" data-bug_id="16858" data-bug_status="ASSIGNED">
226+
<div class="issue-marker">
232227
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16858">Issue-16858</a>
233228
<div class="issue-details">
234229
<p class="short-desc">Should creation of regions from elements be disallowed?</p>
@@ -430,7 +425,7 @@ <h2 id="properties-and-region-styling">Properties and Region Styling</h2>
430425
<h3 id="the-flow-into-property">The 'flow-into' property</h3>
431426

432427
<div class="issue-marker wrapper">
433-
<div class="issue-marker" data-bug_id="16527" data-bug_status="ASSIGNED">
428+
<div class="issue-marker">
434429
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16527">Issue-16527</a>
435430
<div class="issue-details">
436431
<p class="short-desc">[Shadow]: getFlowByName and shadow DOM</p>
@@ -585,7 +580,7 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
585580
to a named flow.</p>
586581

587582
<p>The first region defines the principal
588-
<a href="http://www.w3.org/TR/css3-writing-modes/#writing-mode">writing mode</a>
583+
<a href="http://www.w3.org/TR/css3-writing-modes/#writing-mode1">writing mode</a>
589584
for the entire flow.
590585
The writing mode
591586
on subsequent regions is ignored.</p>
@@ -2082,7 +2077,7 @@ <h4 id="rfcb-width-resolution">RFCB 'width' resolution</h4>
20822077
widths and margins</a> (see [[!CSS21]]). Sometimes, resolving the used 'width' value
20832078
requires measuring the content's
20842079
<code class="css">min-content</code> and <code class="css">max-content</code> values (as
2085-
<a href="http://www.w3.org/TR/css3-writing-modes/#intrinsic-sizing">defined</a> in the CSS Writing Modes Module [[!CSS3-WRITING-MODES]]). For an RFCB, <strong>these measures are
2080+
<a href="http://www.w3.org/TR/css3-writing-modes/#orthogonal-auto">defined</a> in the CSS Writing Modes Module [[!CSS3-WRITING-MODES]]). For an RFCB, <strong>these measures are
20862081
made on the <em>entire</em> associated <span>named flow</span> content</strong>.</p>
20872082

20882083
<p>As a consequence, all <span>RFCBs</span> of <span>regions</span> associated with a given
@@ -2471,7 +2466,7 @@ <h2 id="conformance">Conformance</h2>
24712466

24722467
<h2 id="changes">Changes</h2>
24732468

2474-
<h3 id="changes_from_Aug_28_2012">Changes from <a href="http://www.w3.org/TR/2013/WD-css3-regions-20130528/">May 28<sup>th</sup> 2013</a> version</h3>
2469+
<h3 id="changes_from_May_28_2013">Changes from <a href="http://www.w3.org/TR/2013/WD-css3-regions-20130528/">May 28<sup>th</sup> 2013</a> version</h3>
24752470

24762471
<ul>
24772472
<li>Removed issue on user events and added note describing solution(s)</li>
@@ -2697,7 +2692,7 @@ <h2 class="no-num" id="property-index">Property index</h2>
26972692
<!-- template markup for issues pulled from Bugzilla --> <!-- template markup for issues pulled from Bugzilla -->
26982693
<!--
26992694
<script type="text/template" id="issue-template">
2700-
<div class="issue-marker" data-bug_id="{{bug_id}}" data-bug_status="{{bug_status}}">
2695+
<div class="issue-marker">
27012696
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id={{bug_id}}">Issue-{{bug_id}}</a>
27022697
<div class="issue-details">
27032698
<p class="short-desc">{{short_desc}}</p>

0 commit comments

Comments
 (0)