Skip to content

Commit 0868eb2

Browse files
committed
Merge branch 'master' of github.com:w3c/csswg-drafts
2 parents c8f23ad + 6ef5d00 commit 0868eb2

3 files changed

Lines changed: 27 additions & 9 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,18 @@ SVG1.1 'writing-mode' Values</h4>
949949
on whether this process causes "writing-mode: rl" to merely shift the
950950
text string or reverse the order of all glyphs in the text.</p>
951951

952+
<div class="note" id="embedded-svg-inheritance">
953+
<p>As all other CSS properties do,
954+
the 'writing-mode' property inherits to embedeed inline SVG elements.
955+
This could cause unintentional side effects when, for example,
956+
an SVG designed only for horizontal flow was embedded inline into a vertical flow document.
957+
958+
<p>Authors can prevent this from happening by adding the following rule:
959+
<div class="example">
960+
<pre>svg { writing-mode: initial; }</pre>
961+
</div>
962+
</div>
963+
952964
<h2 id="inline-alignment">
953965
Inline-level Alignment</h2>
954966

@@ -2078,9 +2090,13 @@ Auto-sizing Block Containers in Orthogonal Flows</h4>
20782090

20792091
<p>
20802092
The used <i>inline size</i> of the resulting multi-column element is then calculated:
2081-
if the content neither line-wraps nor fragments within the multi-column element,
2082-
then the used <i>inline size</i> is the <i>max-content inline size</i> of the box's contents;
2083-
else it is calculated from the used 'column-width', 'column-count', and 'column-gap'.
2093+
<ol>
2094+
<li>If the content neither line-wraps nor fragments within the multi-column element,
2095+
then the used <i>inline size</i> is the <i>max-content inline size</i> of the box's contents.
2096+
This criteria gives the shrink-to-fit behavior for short orthogonal flow contents
2097+
without making a large blank space.
2098+
<li>Otherwise it is calculated from the used 'column-width', 'column-count', and 'column-gap'.
2099+
</ol>
20842100

20852101
<p>
20862102
The used <i>block size</i> of the box is either the used column length

css-writing-modes/issues-cr-2014.bs-issues

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ From: Gérard Talbot
257257
Comment: http://lists.w3.org/Archives/Public/www-style/2015Apr/0208.html
258258
Response: http://lists.w3.org/Archives/Public/www-style/2015Apr/0209.html
259259
Comment: http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html
260-
Open: Figure out appropriate clarifications
260+
Closed: Question
261261
Resolved: Editorial
262262
----
263263
Issue 33.
@@ -305,8 +305,9 @@ Issue 38.
305305
Summary: [css-writing-modes][svg] SVG and writing-mode
306306
From: Koji Ishii
307307
Comment: http://lists.w3.org/Archives/Public/www-style/2015May/0092.html
308-
Open: Needs clarifying edits
309308
Resolved: https://lists.w3.org/Archives/Public/www-style/2015May/0313.html
309+
Closed: Accepted
310+
Resolved: Editorial
310311
----
311312
Issue 39.
312313
Summary: Confused testcase

css-writing-modes/issues-cr-2014.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,14 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2014-03-20 CR</h1>
309309
Closed: Accepted
310310
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0143.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0143.html</a>
311311
</pre>
312-
<pre class='open' id='issue-32'>
312+
<pre class='' id='issue-32'>
313313
Issue 32. <a href='#issue-32'>#</a>
314314
Summary: overly-long 'auto' height child block in orthogonal flow
315315
From: Gérard Talbot
316316
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0208.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0208.html</a>
317317
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0209.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0209.html</a>
318318
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html'>http://lists.w3.org/Archives/Public/www-style/2015Apr/0214.html</a>
319-
Open: Figure out appropriate clarifications
319+
Closed: Question
320320
Resolved: Editorial
321321
</pre>
322322
<pre class='a' id='issue-33'>
@@ -365,13 +365,14 @@ <h1>CSS Writing Modes Level 3 Disposition of Comments for 2014-03-20 CR</h1>
365365
Closed: Accepted
366366
Resolved: Editorial
367367
</pre>
368-
<pre class='open' id='issue-38'>
368+
<pre class='a' id='issue-38'>
369369
Issue 38. <a href='#issue-38'>#</a>
370370
Summary: [css-writing-modes][svg] SVG and writing-mode
371371
From: Koji Ishii
372372
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2015May/0092.html'>http://lists.w3.org/Archives/Public/www-style/2015May/0092.html</a>
373-
Open: Needs clarifying edits
374373
Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0313.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0313.html</a>
374+
Closed: Accepted
375+
Resolved: Editorial
375376
</pre>
376377
<pre class='oi' id='issue-39'>
377378
Issue 39. <a href='#issue-39'>#</a>

0 commit comments

Comments
 (0)