Skip to content

Commit a23d6f0

Browse files
committed
[css-regions] fix title typo
1 parent 6df4479 commit a23d6f0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-regions/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
</p>
5757
<h1 class="p-name no-ref" id=title>CSS Regions Module Level 1</h1>
5858
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
59-
<span class=dt-updated><span class=value-title title=20140328>28 March 2014</span></span></span></h2>
59+
<span class=dt-updated><span class=value-title title=20140407>7 April 2014</span></span></span></h2>
6060
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-regions/>http://dev.w3.org/csswg/css-regions/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css-regions/>http://www.w3.org/TR/css-regions/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-regions/>http://dev.w3.org/csswg/css-regions/</a>
6161
<dt>Feedback:</dt>
6262
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-regions%5D%20feedback">www-style@w3.org</a>
@@ -132,7 +132,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
132132
<li><a href=#named-flow-events><span class=secno>4.3</span> Named flow events</a>
133133
<li><a href=#cssomview-and-regions><span class=secno>4.4</span> Clarifications on pre-existing APIs</a>
134134
<ul class=toc>
135-
<li><a href=#cssomview-getclientrects-and-getboundingclientrect><span class=secno>4.4.1</span> <code class=idl>getClientRects()</code> and <code>getBoundingClientRects()</code></a>
135+
<li><a href=#cssomview-getclientrects-and-getboundingclientrect><span class=secno>4.4.1</span> <code class=idl>getClientRects()</code> and <code>getBoundingClientRect()</code></a>
136136
<li><a href=#cssomview-offset-attributes><span class=secno>4.4.2</span> <code class=idl>offsetTop</code>, <code class=idl>offsetLeft</code>, <code class=idl>offsetWidth</code>, <code class=idl>offsetHeight</code> and <code class=idl>offsetParent</code></a></ul></ul>
137137
<li><a href=#multi-column-regions><span class=secno>5</span> Multi-column regions</a>
138138
<li><a href=#pseudo_elements><span class=secno>6</span> Pseudo-elements</a>
@@ -1481,7 +1481,7 @@ <h3 class="heading settled heading" data-level=4.4 id=cssomview-and-regions><spa
14811481
Clarifications on pre-existing APIs</span><a class=self-link href=#cssomview-and-regions></a></h3>
14821482

14831483
<h4 class="heading settled heading" data-level=4.4.1 id=cssomview-getclientrects-and-getboundingclientrect><span class=secno>4.4.1 </span><span class=content>
1484-
<code class=idl>getClientRects()</code> and <code>getBoundingClientRects()</code></span><a class=self-link href=#cssomview-getclientrects-and-getboundingclientrect></a></h4>
1484+
<code class=idl>getClientRects()</code> and <code>getBoundingClientRect()</code></span><a class=self-link href=#cssomview-getclientrects-and-getboundingclientrect></a></h4>
14851485

14861486
<p> The <a href=http://www.w3.org/TR/cssom-view/>CSSOM View Module</a>
14871487
defines how user agents compute

css-regions/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ <h3 id="cssomview-and-regions">
14071407
Clarifications on pre-existing APIs</h3>
14081408

14091409
<h4 id="cssomview-getclientrects-and-getboundingclientrect">
1410-
<code class="idl">getClientRects()</code> and <code>getBoundingClientRects()</code></h4>
1410+
<code class="idl">getClientRects()</code> and <code>getBoundingClientRect()</code></h4>
14111411

14121412
The <a href="http://www.w3.org/TR/cssom-view/">CSSOM View Module</a>
14131413
defines how user agents compute

0 commit comments

Comments
 (0)