Skip to content

Commit e5e6ea6

Browse files
committed
[css-regions] fix links
1 parent 44a4dd9 commit e5e6ea6

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

css-regions/Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Regions Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2014-02-11 name=dcterms.date>
15+
<meta content=2014-02-12 name=dcterms.date>
1616
<meta content="Rossen Atanassov" name=dcterms.creator>
1717
<meta content="Alan Stearns" name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
@@ -32,7 +32,6 @@
3232
width: 70ex;
3333
}
3434
</style>
35-
<link href=issues.css rel=stylesheet type="text/css">
3635
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
3736
type="text/css">
3837
<link href="../shared/style/alternate-spec-style.css" id=st rel=stylesheet
@@ -45,7 +44,7 @@
4544

4645
<h1 id=css-regions-module>CSS Regions Module Level 1</h1>
4746

48-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 February
47+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 February
4948
2014</h2>
5049

5150
<dl>
@@ -704,7 +703,7 @@ <h3 id=the-flow-into-property><span class=secno>3.1. </span>The ‘<a
704703
flow.
705704

706705
<p>The first region defines the principal <a
707-
href="http://www.w3.org/TR/css3-writing-modes/#writing-mode1">writing
706+
href="http://www.w3.org/TR/css3-writing-modes/#writing-mode">writing
708707
mode</a> for the entire flow. The writing mode on subsequent regions is
709708
ignored.
710709

@@ -1660,7 +1659,7 @@ <h3 id=named-flow-events><span class=secno>4.3. </span>Named flow events</h3>
16601659
<th>Interface
16611660

16621661
<td><code><a
1663-
href="http://www.w3.org/TR/DOM-Level-3-Events/#events-UIEvent">UIEvent</a></code>
1662+
href="http://www.w3.org/TR/DOM-Level-3-Events/#events-uievents">UIEvent</a></code>
16641663
(see <a href="#ref-DOM-LEVEL-3-EVENTS"
16651664
rel=biblioentry>[DOM-LEVEL-3-EVENTS]<!--{{!DOM-LEVEL-3-EVENTS}}--></a>)
16661665

css-regions/Overview.src.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
}
2121
</style>
2222

23-
<link rel="stylesheet" type="text/css"
24-
href="issues.css">
2523
<link rel="stylesheet" type="text/css"
2624
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
2725

@@ -496,7 +494,7 @@ <h3 id="the-flow-into-property">The 'flow-into' property</h3>
496494
redirected into a named flow.</p>
497495

498496
<p>The first region defines the principal
499-
<a href="http://www.w3.org/TR/css3-writing-modes/#writing-mode1">writing mode</a>
497+
<a href="http://www.w3.org/TR/css3-writing-modes/#writing-mode">writing mode</a>
500498
for the entire flow.
501499
The writing mode
502500
on subsequent regions is ignored.</p>
@@ -1529,7 +1527,7 @@ <h3 id="named-flow-events">Named flow events</h3>
15291527
<td class="eventname"><strong><code>regionfragmentchange</code></strong></td>
15301528
</tr>
15311529
<tr class="assert must"><th>Interface</th>
1532-
<td><code><a href="http://www.w3.org/TR/DOM-Level-3-Events/#events-UIEvent">UIEvent</a></code> (see [[!DOM-LEVEL-3-EVENTS]])</td>
1530+
<td><code><a href="http://www.w3.org/TR/DOM-Level-3-Events/#events-uievents">UIEvent</a></code> (see [[!DOM-LEVEL-3-EVENTS]])</td>
15331531
</tr>
15341532
<tr class="assert must"><th>Sync / Async</th> <td>Async</td></tr>
15351533
<tr class="assert must"><th>Bubbles</th> <td>No</td></tr>

0 commit comments

Comments
 (0)