File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2080,8 +2080,12 @@ <h2 id=layout-algorithm><span class=secno>9. </span> Flexbox Layout
20802080 treating ‘< code class =css > auto</ code > ’ as ‘< code
20812081 class =css > fit-content</ code > ’.
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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+
7678dl dd { margin : 0 0 1em 2em }
7779.head dd { margin-bottom : 0 ; }
7880ul , 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 */
177176div .example , pre .example {
178177 border-color : # E0CB52 ;
You can’t perform that action at this time.
0 commit comments