Skip to content

Commit 9a2ed8c

Browse files
committed
[css3-layout] Made some URLs absolute. Fixed broken links.
1 parent 201132d commit 9a2ed8c

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

css-template/Overview.src.html

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -726,9 +726,9 @@ <h3 id=dependencies>Dependencies on other modules</h3>
726726
<dfn>interactive</dfn> vs <dfn>non-interactive</dfn> media.
727727

728728
<li><cite>CSS values and Units module</cite> [[!CSS3VAL]] &ndash; <a
729-
href="/TR/css3-values#strings">
729+
href="http://www.w3.org/TR/css3-values#strings">
730730
<dfn><var>&lt;string&gt;</var></dfn></a> and <a
731-
href="/TR/css3-values#length-value">
731+
href="http://www.w3.org/TR/css3-values#length-value">
732732
<dfn><var>&lt;length&gt;</var></dfn></a>.
733733

734734
<li><cite>CSS box module</cite> [[!CSS3BOX]] &ndash; properties
@@ -1120,8 +1120,7 @@ <h3 id=grid-column-sizes >Specifying the widths of columns:
11201120
<dt><var>&lt;fraction&gt;</var>
11211121
<dd>
11221122
(A non-negative number followed by ''fr''.) A fraction of the
1123-
remaining space, see <a href="#fraction-values-fr" >Fraction
1124-
values</a> below.
1123+
remaining space. '1fr' means the same as '*'
11251124

11261125
<dt>*
11271126
<dd>
@@ -1206,8 +1205,7 @@ <h3 id=grid-template-row-sizes >Specifying the height of rows: 'grid-template-ro
12061205
<dt><var>&lt;fraction&gt;</var>
12071206
<dd>
12081207
(A non-negative number followed by ''fr''.) A fraction of the
1209-
remaining space, see <a href="#fraction-values-fr" >Fraction
1210-
values</a> below.
1208+
remaining space. '1fr' means the same as '*'
12111209

12121210
<dt>* (asterisk)
12131211
<dd>
@@ -1800,7 +1798,7 @@ <h3 id=slot-sizes>Calculating the size of the grid</h3>
18001798

18011799
<p>An extra step may be necessary in paged media if a page break
18021800
occurs inside a template (only in the case of an <em>element-based
1803-
template,</em> see <a href="#element-based-page-break" >below</a>). If
1801+
template</em> see <a href="#page-break" >below</a>). If
18041802
the template, after computing the width and height, is too big to fit
18051803
on the current page, and if a suitable break point exists, the part of
18061804
the template after that break point is put on the next page. The width
@@ -2270,9 +2268,9 @@ <h2 id=flow>Flowing content into slots: 'flow'</h2>
22702268
>the documentation by Andrew Fedoniouk and Ivan Goroun.</a>
22712269
E.g., <code>&lt;ul style="grid: '2 1'">&lt;li>one &lt;li>two
22722270
&lt;/ul></code> puts “two” on the left and “one” on the right.
2273-
It is thus also a shortcut for some applications
2274-
of <a href="http://www.w3.org/TR/css3-flexbox/#flex-order"
2275-
>'flex-order'.</a>
2271+
It is thus also a shortcut for some applications Flexbox's
2272+
of <a href="http://www.w3.org/TR/css3-flexbox/#order-property"
2273+
>'order' property.</a>
22762274

22772275
<!--=================================================================-->
22782276

@@ -2586,7 +2584,7 @@ <h2 id=region-based>Styling the contents of slots</h2>
25862584

25872585
<p>In CSS level 2, pseudo-elements could only occur at the end of a
25882586
selector. Thus an attempt to select 'P::first-line EM' fails. That
2589-
restriction does not apply to the <span class=index
2587+
restriction does not apply to the <span class=index id=s1
25902588
title="slot!!pseudo-element" >'::slot()'
25912589
pseudo-element,</span> as shown in the example above.
25922590

@@ -3038,7 +3036,8 @@ <h2 id=page-templates>Page-based grid templates</h2>
30383036
</div>
30393037

30403038
<p>The syntax of a page-based template is the same as that of an
3041-
element-based one, but the declaration appears in an '@page' rule.
3039+
<span title="element-based template" >element-based one,</span> but
3040+
the declaration appears in an '@page' rule.
30423041

30433042
<p>In a page-based template, the height and width are typically known
30443043
(defined by the output media and the margin boxes, see [[CSS3PAGE]]).
@@ -4400,7 +4399,8 @@ <h2 id=conformance>Conformance</h2>
44004399
<h2 id=changes>Changes</h2>
44014400

44024401
<p>Summary of major changes since the <a
4403-
href="/TR/2011/WD-css3-layout-20111129/" >29 November 2011 draft:</a>
4402+
href="http://www.w3.org/TR/2011/WD-css3-layout-20111129/" >29 November
4403+
2011 draft:</a>
44044404

44054405
<ul>
44064406
<li>Added a <a href="#accessibility" >note about accessibility.</a>
@@ -4469,7 +4469,8 @@ <h2 id=changes>Changes</h2>
44694469
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
44704470

44714471
<p>The first ideas for describing a template in CSS date from 1996 and
4472-
are described in <a href="/TR/NOTE-layout" ><cite>Frame-based layout
4472+
are described in <a href="http://www.w3.org/TR/NOTE-layout"
4473+
><cite>Frame-based layout
44734474
via Style Sheets</cite></a> by Bert Bos, Dave Raggett and Håkon Wium
44744475
Lie. The idea was revived in 2005 on the request of W3C's Device
44754476
Independence Working Group and benefited especially from discussions
@@ -4479,21 +4480,22 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
44794480
layout by <a
44804481
href="https://lists.w3.org/Archives/Member/w3c-css-wg/2002JulSep/0077.html" >
44814482
Dave Raggett [member-only link]</a> and an early write-up of the
4482-
features of <a href="http://www.mozilla.org/projects/xul/xul.html" >
4483+
features of <a
4484+
href="https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL" >
44834485
XUL</a> by <a
44844486
href="https://lists.w3.org/Archives/Member/w3c-css-wg/2002JanMar/0432.html" >
44854487
Ian Hickson [member-only link].</a>
44864488

4487-
<p><a href="http://transcendingcss.com/support/" >Andy
4489+
<p><a href="http://stuffandnonsense.co.uk/about" >Andy
44884490
Clarke,</a> <a href="http://sushiandrobots.com/about" >Jina Bolton</a>
44894491
and <a href="http://lawver.net/" >Kevin Lawver</a> provided use cases,
44904492
examples and requirements. The analysis in the <a href="#history"
44914493
>History</a> section is a slightly shortened version of work by Steve
44924494
Zilles.
44934495

44944496
<p>César Acebal built the
4495-
first <a href="http://transcendingcss.com/support/almcss.zip" >
4496-
prototype,</a> see [[ACEBAL2012]]. Andrew Fedoniouk
4497+
first
4498+
prototype, see [[ACEBAL2012]]. Andrew Fedoniouk
44974499
built <a
44984500
href="http://lists.w3.org/Archives/Public/www-style/2009Mar/0278.html"
44994501
>the second.</a>

0 commit comments

Comments
 (0)