Skip to content

Commit 2eb73f5

Browse files
committed
update issue markers
1 parent e055407 commit 2eb73f5

4 files changed

Lines changed: 168 additions & 45 deletions

File tree

css3-exclusions/Exclusions.src.html

Lines changed: 62 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@ <h2 id="definitions">Definitions</h2>
185185
area is equivalent to the <a href="http://www.w3.org/TR/CSS2/box.html#box-dimensions">content box</a>.
186186
This specification's 'shape-inside' property can define arbitrary, non-rectangular content areas.
187187
</p>
188+
189+
<div class="issue-marker" data-bug_id="15089" data-bug_status="NEW">
190+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15089">Bug-15089</a>
191+
<div class="issue-details">
192+
<p class="short-desc">shrink-to-fit circle / shape</p>
193+
</div>
194+
</div>
188195

189196
<dfn title="outside-inside">Outside and inside</dfn>
190197

@@ -253,7 +260,14 @@ <h4 id="wrap-flow-property">The 'wrap-flow' property</h4>
253260
<code class="css">none</code>, in which case the computed value is 'auto'.</td>
254261
</tr>
255262
</table>
256-
263+
264+
<div class="issue-marker" data-bug_id="16437" data-bug_status="ASSIGNED">
265+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16437">Bug-16437</a>
266+
<div class="issue-details">
267+
<p class="short-desc">Consistent use of start/end/top/bottom</p>
268+
</div>
269+
</div>
270+
257271
<p>The values of this property have the following meanings:</p>
258272
<dl>
259273
<dt><dfn title="'wrap-flow'!!'auto'">auto</dfn></dt>
@@ -325,6 +339,7 @@ <h4 id="wrap-flow-property">The 'wrap-flow' property</h4>
325339
content layout.
326340
</p>
327341

342+
<div class="issue-marker wrapper">
328343
<div class="issue-marker" data-bug_id="15088" data-bug_status="FIXED">
329344
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15088">Bug-15088</a>
330345
<div class="issue-details">
@@ -338,6 +353,7 @@ <h4 id="wrap-flow-property">The 'wrap-flow' property</h4>
338353
<p class="short-desc">Fluidity of the layout with respect to different amounts of content</p>
339354
</div>
340355
</div>
356+
</div>
341357

342358
<div class="example">
343359
<p>
@@ -714,7 +730,14 @@ <h3 id="exclusions-order">Exclusions order</h3>
714730
boxes (see [[!CSS21]]). Statically positioned exclusions are not affected by the
715731
'z-index' property and thus follow the painting order.
716732
</p>
717-
733+
734+
<div class="issue-marker" data-bug_id="16474" data-bug_status="NEW">
735+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16474">Bug-16474</a>
736+
<div class="issue-details">
737+
<p class="short-desc">Improve Example 3 about exclusion order</p>
738+
</div>
739+
</div>
740+
718741
<div class="example">
719742
<p>Ordering of exclusions.</p>
720743
<pre><code class="html">
@@ -1051,14 +1074,23 @@ <h5 id="effect-of-exclusions-on-floats">Effect of exclusions on floats</h5>
10511074
<!-- End section "Exclusions" -->
10521075

10531076
<h2 id="shapes">Shapes</h2>
1054-
1077+
1078+
<div class="issue-marker wrapper">
10551079
<div class="issue-marker" data-bug_id="15091" data-bug_status="NEW">
10561080
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15091">Bug-15091</a><br />
10571081
<div class="issue-details">
10581082
<p class="short-desc">Simplify the syntax for shapes</p>
10591083
</div>
10601084
</div>
10611085

1086+
<div class="issue-marker" data-bug_id="16716" data-bug_status="NEW">
1087+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16716">Bug-16716</a>
1088+
<div class="issue-details">
1089+
<p class="short-desc">Handling visible content as a shape for Exclusions</p>
1090+
</div>
1091+
</div>
1092+
</div>
1093+
10621094
<p>
10631095
Shapes define arbitrary geometric contours around which or into which inline flow
10641096
content flows. There are two different types of shapes – 'outside' and 'inside'.
@@ -1255,6 +1287,7 @@ <h4 id='referencing-svg-shapes'>Referencing SVG shapes</h4>
12551287

12561288
<h3 id="shapes-from-image">Shapes from Image</h3>
12571289

1290+
<div class="issue-marker wrapper">
12581291
<div class="issue-marker" data-bug_id="15093" data-bug_status="NEW">
12591292
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15093">Bug-15093</a><br />
12601293
<div class="issue-details">
@@ -1282,6 +1315,14 @@ <h3 id="shapes-from-image">Shapes from Image</h3>
12821315
<p class="short-desc">Specify what happens with animated images</p>
12831316
</div>
12841317
</div>
1318+
1319+
<div class="issue-marker" data-bug_id="16112" data-bug_status="NEW">
1320+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16112">Bug-16112</a>
1321+
<div class="issue-details">
1322+
<p class="short-desc">Address security concern with automatic shape extractions for images</p>
1323+
</div>
1324+
</div>
1325+
</div>
12851326

12861327
<p>
12871328
Another way of defining shapes is by specifying a source image whose alpha channel
@@ -1390,7 +1431,7 @@ <h4 id="shape-outside-property">The 'shape-outside' Property</h4>
13901431

13911432
<p>As illustrated in the picture, when an exclusion allows wrapping on all sides,
13921433
text can flow inside 'holes' in the exclusion (as for exclusion 'A'). Otherwise,
1393-
the exclusion clears the area on the side(s) defined by wrap flow, as illustrated
1434+
the exclusion clears the area on the side(s) defined by 'wrap-flow', as illustrated
13941435
for 'B', 'C' and 'D' above.</p>
13951436
</div>
13961437
<!-- End section "The shape-outside Property" -->
@@ -1435,6 +1476,23 @@ <h4 id="shape-inside-property">The 'shape-inside' Property</h4>
14351476
<td>computed lengths for &lt;shape&gt;, the absolute URI for &lt;uri&gt;, otherwise as specified</td>
14361477
</tr>
14371478
</table>
1479+
1480+
<div class="issue-marker wrapper">
1481+
<div class="issue-marker" data-bug_id="16448" data-bug_status="ASSIGNED">
1482+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16448">Bug-16448</a>
1483+
<div class="issue-details">
1484+
<p class="short-desc">Should we revisit the decision to not allow SVG path syntax in the shape-inside, shape-outside properties</p>
1485+
</div>
1486+
</div>
1487+
1488+
<div class="issue-marker" data-bug_id="16460" data-bug_status="NEW">
1489+
<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16460">Bug-16460</a>
1490+
<div class="issue-details">
1491+
<p class="short-desc">Specify overflow behavior for shape-inside</p>
1492+
</div>
1493+
</div>
1494+
</div>
1495+
14381496
<p>The values of this property have the following meanings:</p>
14391497
<dl>
14401498
<dt><dfn title="'shape-inside'!!'outside-shape'">outside-shape</dfn></dt>
@@ -1754,7 +1812,6 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
17541812
Mihnea Ovidenie,
17551813
Virgil Palanciuc,
17561814
Peter Sorotokin,
1757-
Alan Stearns,
17581815
Eugene Veselov,
17591816
Stephen Zilles
17601817
and the CSS Working Group members.

css3-exclusions/Overview.html

Lines changed: 104 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,13 @@ <h2 id=definitions><span class=secno>2. </span>Definitions</h2>
452452
class=property>shape-inside</code></a>&rsquo; property can define
453453
arbitrary, non-rectangular content areas.
454454

455+
<div class=issue-marker data-bug_id=15089 data-bug_status=NEW> <a
456+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15089">Bug-15089</a>
457+
<div class=issue-details>
458+
<p class=short-desc>shrink-to-fit circle / shape</p>
459+
</div>
460+
</div>
461+
455462
<p><dfn id=outside-and-inside title=outside-inside>Outside and inside</dfn>
456463

457464

@@ -540,6 +547,13 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The &lsquo;<a
540547
class=property>auto</code>&rsquo;.
541548
</table>
542549

550+
<div class=issue-marker data-bug_id=16437 data-bug_status=ASSIGNED> <a
551+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16437">Bug-16437</a>
552+
<div class=issue-details>
553+
<p class=short-desc>Consistent use of start/end/top/bottom</p>
554+
</div>
555+
</div>
556+
543557
<p>The values of this property have the following meanings:
544558

545559
<dl>
@@ -628,19 +642,23 @@ <h4 id=wrap-flow-property><span class=secno>3.1.1. </span>The &lsquo;<a
628642
All areas represented with a light or dark shade of gray are not available
629643
for inline content layout.
630644

631-
<div class=issue-marker data-bug_id=15088 data-bug_status=FIXED> <a
632-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15088">Bug-15088</a>
633-
<div class=issue-details>
634-
<p class=short-desc>Add an example with auto-height content and z-index
635-
for exclusions order.</p>
645+
<div class="issue-marker wrapper">
646+
<div class=issue-marker data-bug_id=15088 data-bug_status=FIXED> <a
647+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15088">Bug-15088</a>
648+
649+
<div class=issue-details>
650+
<p class=short-desc>Add an example with auto-height content and z-index
651+
for exclusions order.</p>
652+
</div>
636653
</div>
637-
</div>
638654

639-
<div class=issue-marker data-bug_id=15084 data-bug_status=NEW> <a
640-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15084">Bug-15084</a>
641-
<div class=issue-details>
642-
<p class=short-desc>Fluidity of the layout with respect to different
643-
amounts of content</p>
655+
<div class=issue-marker data-bug_id=15084 data-bug_status=NEW> <a
656+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15084">Bug-15084</a>
657+
658+
<div class=issue-details>
659+
<p class=short-desc>Fluidity of the layout with respect to different
660+
amounts of content</p>
661+
</div>
644662
</div>
645663
</div>
646664

@@ -1102,6 +1120,13 @@ <h3 id=exclusions-order><span class=secno>3.4. </span>Exclusions order</h3>
11021120
class=property>z-index</code>&rsquo; property and thus follow the painting
11031121
order.
11041122

1123+
<div class=issue-marker data-bug_id=16474 data-bug_status=NEW> <a
1124+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16474">Bug-16474</a>
1125+
<div class=issue-details>
1126+
<p class=short-desc>Improve Example 3 about exclusion order</p>
1127+
</div>
1128+
</div>
1129+
11051130
<div class=example>
11061131
<p>Ordering of exclusions.</p>
11071132

@@ -1521,11 +1546,21 @@ <h5 id=effect-of-exclusions-on-floats><span class=secno>3.6.3.2.
15211546

15221547
<h2 id=shapes><span class=secno>4. </span>Shapes</h2>
15231548

1524-
<div class=issue-marker data-bug_id=15091 data-bug_status=NEW> <a
1525-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15091">Bug-15091</a><br>
1549+
<div class="issue-marker wrapper">
1550+
<div class=issue-marker data-bug_id=15091 data-bug_status=NEW> <a
1551+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15091">Bug-15091</a><br>
15261552

1527-
<div class=issue-details>
1528-
<p class=short-desc>Simplify the syntax for shapes</p>
1553+
<div class=issue-details>
1554+
<p class=short-desc>Simplify the syntax for shapes</p>
1555+
</div>
1556+
</div>
1557+
1558+
<div class=issue-marker data-bug_id=16716 data-bug_status=NEW> <a
1559+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16716">Bug-16716</a>
1560+
1561+
<div class=issue-details>
1562+
<p class=short-desc>Handling visible content as a shape for Exclusions</p>
1563+
</div>
15291564
</div>
15301565
</div>
15311566

@@ -1751,30 +1786,42 @@ <h4 id=referencing-svg-shapes><span class=secno>4.2.2. </span>Referencing
17511786

17521787
<h3 id=shapes-from-image><span class=secno>4.3. </span>Shapes from Image</h3>
17531788

1754-
<div class=issue-marker data-bug_id=15093 data-bug_status=NEW> <a
1755-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15093">Bug-15093</a><br>
1789+
<div class="issue-marker wrapper">
1790+
<div class=issue-marker data-bug_id=15093 data-bug_status=NEW> <a
1791+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15093">Bug-15093</a><br>
17561792

1757-
<div class=issue-details>
1758-
<p class=short-desc> Do we need to provide properties to repeat exclusion
1759-
images as for the background-image property?</p>
1793+
<div class=issue-details>
1794+
<p class=short-desc> Do we need to provide properties to repeat
1795+
exclusion images as for the background-image property?</p>
1796+
</div>
17601797
</div>
1761-
</div>
17621798

1763-
<div class=issue-marker data-bug_id=15090 data-bug_status=NEW> <a
1764-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15090">Bug-15090</a><br>
1799+
<div class=issue-marker data-bug_id=15090 data-bug_status=NEW> <a
1800+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15090">Bug-15090</a><br>
17651801

1766-
<div class=issue-details>
1767-
<p class=short-desc> Use the contour() keyword. &lt;img id=shape-me
1768-
url=foo&gt;&lt;style&gt;#shape-me { shape-outside: contour;
1769-
}&lt;/style&gt; //equal to &lsquo;<code class=css>shape-outside:
1770-
url(foo)</code>&rsquo; shape-outside: attr(src as url);</p>
1802+
<div class=issue-details>
1803+
<p class=short-desc> Use the contour() keyword. &lt;img id=shape-me
1804+
url=foo&gt;&lt;style&gt;#shape-me { shape-outside: contour;
1805+
}&lt;/style&gt; //equal to &lsquo;<code class=css>shape-outside:
1806+
url(foo)</code>&rsquo; shape-outside: attr(src as url);</p>
1807+
</div>
17711808
</div>
1772-
</div>
17731809

1774-
<div class=issue-marker data-bug_id=15092 data-bug_status=NEW> <a
1775-
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15092">Bug-15092</a>
1776-
<div class=issue-details>
1777-
<p class=short-desc>Specify what happens with animated images</p>
1810+
<div class=issue-marker data-bug_id=15092 data-bug_status=NEW> <a
1811+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15092">Bug-15092</a>
1812+
1813+
<div class=issue-details>
1814+
<p class=short-desc>Specify what happens with animated images</p>
1815+
</div>
1816+
</div>
1817+
1818+
<div class=issue-marker data-bug_id=16112 data-bug_status=NEW> <a
1819+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16112">Bug-16112</a>
1820+
1821+
<div class=issue-details>
1822+
<p class=short-desc>Address security concern with automatic shape
1823+
extractions for images</p>
1824+
</div>
17781825
</div>
17791826
</div>
17801827

@@ -1927,8 +1974,9 @@ <h4 id=shape-outside-property><span class=secno>4.4.1. </span>The &lsquo;<a
19271974
sides, text can flow inside &lsquo;<code
19281975
class=property>holes</code>&rsquo; in the exclusion (as for exclusion
19291976
&lsquo;<code class=property>A</code>&rsquo;). Otherwise, the exclusion
1930-
clears the area on the side(s) defined by wrap flow, as illustrated for
1931-
&lsquo;<code class=property>B</code>&rsquo;, &lsquo;<code
1977+
clears the area on the side(s) defined by &lsquo;<a
1978+
href="#wrap-flow"><code class=property>wrap-flow</code></a>&rsquo;, as
1979+
illustrated for &lsquo;<code class=property>B</code>&rsquo;, &lsquo;<code
19321980
class=property>C</code>&rsquo; and &lsquo;<code
19331981
class=property>D</code>&rsquo; above.</p>
19341982
</div>
@@ -1988,6 +2036,25 @@ <h4 id=shape-inside-property><span class=secno>4.4.2. </span>The &lsquo;<a
19882036
&lt;uri&gt;, otherwise as specified
19892037
</table>
19902038

2039+
<div class="issue-marker wrapper">
2040+
<div class=issue-marker data-bug_id=16448 data-bug_status=ASSIGNED> <a
2041+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16448">Bug-16448</a>
2042+
2043+
<div class=issue-details>
2044+
<p class=short-desc>Should we revisit the decision to not allow SVG path
2045+
syntax in the shape-inside, shape-outside properties</p>
2046+
</div>
2047+
</div>
2048+
2049+
<div class=issue-marker data-bug_id=16460 data-bug_status=NEW> <a
2050+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=16460">Bug-16460</a>
2051+
2052+
<div class=issue-details>
2053+
<p class=short-desc>Specify overflow behavior for shape-inside</p>
2054+
</div>
2055+
</div>
2056+
</div>
2057+
19912058
<p>The values of this property have the following meanings:
19922059

19932060
<dl>
@@ -2350,8 +2417,8 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
23502417
<p>This specification is made possible by input from Andrei Bucur,
23512418
Alexandru Chiculita, Arron Eicholz, Daniel Glazman, Arno Gourdol, Chris
23522419
Jones, Marcus Mielke, Alex Mogilevsky, Mihnea Ovidenie, Virgil Palanciuc,
2353-
Peter Sorotokin, Alan Stearns, Eugene Veselov, Stephen Zilles and the CSS
2354-
Working Group members.
2420+
Peter Sorotokin, Eugene Veselov, Stephen Zilles and the CSS Working Group
2421+
members.
23552422

23562423
<h2 class=no-num id=references>References</h2>
23572424

css3-regions/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3243,8 +3243,8 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2>
32433243
Hyatt, Brian Heuston, Ian Hickson, Jonathan Hoersch, Michael Jolson, Brad
32443244
Kemper, Håkon Wium Lie, Markus Mielke, Robert O'Callahan, Edward
32453245
O'Connor, Mihnea Ovidenie, Virgil Palanciuc, Olga Popiv, Christoph Päper,
3246-
Anton Prowse, Peter Sorotokin, Alan Stearns, Christian Stockwell, Eugene
3247-
Veselov, Boris Zbarsky, Stephen Zilles and the CSS Working Group members.
3246+
Anton Prowse, Peter Sorotokin, Christian Stockwell, Eugene Veselov, Boris
3247+
Zbarsky, Stephen Zilles and the CSS Working Group members.
32483248

32493249
<h2 class=no-num id=intro-example-code>Appendix A. Example Code for
32503250
Introduction</h2>

css3-regions/Overview.src.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2611,7 +2611,6 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
26112611
Christoph Päper,
26122612
Anton Prowse,
26132613
Peter Sorotokin,
2614-
Alan Stearns,
26152614
Christian Stockwell,
26162615
Eugene Veselov,
26172616
Boris Zbarsky,

0 commit comments

Comments
 (0)