Skip to content

Commit a870835

Browse files
committed
Remove .normref and .informref classes (they seem to be unused), add nowrap styling to biblioref links.
1 parent 4eb6618 commit a870835

3 files changed

Lines changed: 20 additions & 5 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2080,8 +2080,12 @@ <h2 id=layout-algorithm><span class=secno>9. </span> Flexbox Layout
20802080
treating &lsquo;<code class=css>auto</code>&rsquo; as &lsquo;<code
20812081
class=css>fit-content</code>&rsquo;.
20822082

2083-
<li> Otherwise, the item is laid out and the hypothetical size is the
2084-
item's max-content extent.
2083+
<li> Otherwise, the item is laid out using <a
2084+
href="http://www.w3.org/TR/css3-writing-modes/#orthogonal-flows">the
2085+
rules for a box in an orthogonal flow</a> as specified in <a
2086+
href="#CSS3-WRITING-MODES"
2087+
rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a>,
2088+
and the hypothetical size is the item's max-content extent.
20852089
</ul>
20862090

20872091
<p> <em>Do not apply min/max-width/height constraints to the preferred
@@ -2673,6 +2677,16 @@ <h3 class=no-num id=normative>Normative references</h3>
26732677
</dd>
26742678
<!---->
26752679

2680+
<dt id=CSS3-WRITING-MODES>[CSS3-WRITING-MODES]
2681+
2682+
<dd>Elika J. Etemad; Koji Ishii; Shinyu Murakami. <a
2683+
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/"><cite>CSS
2684+
Writing Modes Module Level 3.</cite></a> 1 September 2011. W3C Working
2685+
Draft. (Work in progress.) URL: <a
2686+
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110901/</a>
2687+
</dd>
2688+
<!---->
2689+
26762690
<dt id=RFC2119>[RFC2119]
26772691

26782692
<dd>S. Bradner. <a href="http://www.ietf.org/rfc/rfc2119.txt"><cite>Key

css3-flexbox/Overview.src.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,6 +1102,8 @@ <h2 id='layout-algorithm'>
11021102
<li>
11031103
Otherwise,
11041104
the item is laid out
1105+
using <a href="http://www.w3.org/TR/css3-writing-modes/#orthogonal-flows">the rules for a box in an orthogonal flow</a>
1106+
as specified in [[!CSS3-WRITING-MODES]],
11051107
and the hypothetical size is the item's max-content extent.
11061108
</ul>
11071109

default.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ a.logo:link, a.logo:visited {
7373
border-style: none;
7474
}
7575

76+
a[rel='biblioentry'] { white-space: nowrap; }
77+
7678
dl dd { margin: 0 0 1em 2em }
7779
.head dd { margin-bottom: 0; }
7880
ul, ol { margin-left: 0; padding-left: 2em; }
@@ -170,9 +172,6 @@ span.note, span.issue { padding: .1em .5em .15em; }
170172
background: #E9FBE9;
171173
}
172174

173-
.normref { color: red }
174-
.informref { color: green }
175-
176175
/* Example box */
177176
div.example, pre.example {
178177
border-color: #E0CB52;

0 commit comments

Comments
 (0)