Skip to content

Commit f1c0637

Browse files
committed
[css-regions] Adding issue 21132 (content events reaching regions)
1 parent bb9093a commit f1c0637

2 files changed

Lines changed: 19 additions & 3 deletions

File tree

css3-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 3" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-02-22 name=dcterms.issued>
15+
<meta content=2013-02-26 name=dcterms.issued>
1616
<meta content="Vincent Hardy" name=dcterms.creator>
1717
<meta content="Rossen Atanassov" name=dcterms.creator>
1818
<meta content="Alan Stearns" name=dcterms.creator>
@@ -50,7 +50,7 @@
5050

5151
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
5252

53-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 February
53+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 February
5454
2013</h2>
5555

5656
<dl>
@@ -2716,6 +2716,15 @@ <h2 id=relation-to-document-events><span class=secno>8. </span>Relation to
27162716
href="http://www.w3.org/TR/dom/#events">event's bubble and capture
27172717
phases</a> happen following the document tree order.
27182718

2719+
<div class=issue-marker data-bug_id=21132 data-bug_status=ASSIGNED> <a
2720+
href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=21132">Issue-21132</a>
2721+
2722+
<div class=issue-details>
2723+
<p class=short-desc>Regions need a way to respond to events in their
2724+
content fragment
2725+
</div>
2726+
</div>
2727+
27192728
<h2 id=relation-to-other-specifications><span class=secno>9.
27202729
</span>Relation to other specifications</h2>
27212730

css3-regions/Overview.src.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,6 @@ <h3 id="region-flow-layout-events">Region flow layout events</h3>
20442044

20452045
<h3 id="cssomview-and-regions">Clarifications on pre-existing APIs</h3>
20462046

2047-
20482047
<h4 id="cssomview-getclientrects-and-getboundingclientrect"><code class="idl">getClientRects()</code> and <code>getBoundingClientRects()</code></h4>
20492048

20502049
<p>The <a href="http://www.w3.org/TR/cssom-view/">CSSOM View Module</a>
@@ -2401,6 +2400,14 @@ <h2 id="relation-to-document-events">Relation to document events</h2>
24012400
"http://www.w3.org/TR/dom/#events">event's
24022401
bubble and capture phases</a> happen following the document tree order.</p>
24032402

2403+
<div class="issue-marker" data-bug_id="21132" data-bug_status="ASSIGNED">
2404+
<a href=
2405+
"https://www.w3.org/Bugs/Public/show_bug.cgi?id=21132">Issue-21132</a>
2406+
2407+
<div class="issue-details">
2408+
<p class="short-desc">Regions need a way to respond to events in their content fragment</p>
2409+
</div>
2410+
</div>
24042411

24052412
<h2 id="relation-to-other-specifications">Relation to other
24062413
specifications</h2>

0 commit comments

Comments
 (0)