Skip to content

Commit 976b2f8

Browse files
committed
[css-regions] add issue marker for region styling syntax change
1 parent b2bab66 commit 976b2f8

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

css-regions/Overview.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Regions Module Level 1" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-09-10 name=dcterms.date>
15+
<meta content=2013-09-13 name=dcterms.date>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -46,7 +46,7 @@
4646

4747
<h1 id=css-regions-module>CSS Regions Module Level 1</h1>
4848

49-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 10 September
49+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 September
5050
2013</h2>
5151

5252
<dl>
@@ -1420,6 +1420,15 @@ <h3 id=the-region-pseudo-element><span class=secno>3.5. </span>The
14201420
}
14211421
</pre>
14221422

1423+
<div class=issue-marker> <a
1424+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=23238">Issue-23238</a>
1425+
1426+
<div class=issue-details>
1427+
<p class=short-desc>Region styling syntax should sync with ‘<code
1428+
class=property>distributed</code>’ from Shadow DOM
1429+
</div>
1430+
</div>
1431+
14231432
<p>When the ::region() pseudo-element is appended to a <a
14241433
href="http://www.w3.org/TR/css3-selectors/#selector-syntax">selector</a>
14251434
that matches one or more CSS Regions, this creates a ‘<code

css-regions/Overview.src.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,6 +1271,15 @@ <h3 id="the-region-pseudo-element">The ::region() functional pseudo-element</h3>
12711271
}
12721272
</pre>
12731273

1274+
<div class="issue-marker">
1275+
<a href=
1276+
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=23238">Issue-23238</a>
1277+
1278+
<div class="issue-details">
1279+
<p class="short-desc">Region styling syntax should sync with 'distributed' from Shadow DOM</p>
1280+
</div>
1281+
</div>
1282+
12741283
<p>When the ::region() pseudo-element is appended to a
12751284
<a href="http://www.w3.org/TR/css3-selectors/#selector-syntax">selector</a>
12761285
that matches one or more CSS Regions,

0 commit comments

Comments
 (0)