Skip to content

Commit 9e23c95

Browse files
committed
[css-display] Fix Abstract.
--HG-- extra : rebase_source : 79bb48a0e5782c5c614a0c2b7338059c5de32190
1 parent 5189d1f commit 9e23c95

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css-display/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Group: csswg
88
Level: 3
99
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
1010
Editor: fantasai, Invited Expert, http://fantasai.inkedblade.net/contact
11-
Abstract: This module contains the features of CSS relating to the 'display' property and other box-generation details.
12-
Ignored Terms: display-model, display-role, table row group box, formatting context, ruby container
11+
Abstract: This module describes how the CSS formatting box tree is generated from the document element tree and defines the 'display' and 'box-suppress' properties that control it.
12+
Ignored Terms: display-model, display-role, table row group box, ruby container
1313
Link Defaults: css-lists-3 (property) counter-increment
1414
</pre>
1515

css-display/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</p>
5555
<h1 class="p-name no-ref" id=title>CSS Display Module Level 3</h1>
5656
<h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content>Editor’s Draft,
57-
<span class=dt-updated><span class=value-title title=20140815>15 August 2014</span></span></span></h2>
57+
<span class=dt-updated><span class=value-title title=20140818>18 August 2014</span></span></span></h2>
5858
<div data-fill-with=spec-metadata><dl>
5959
<dt>This version:
6060
<dd><a class=u-url href=http://dev.w3.org/csswg/css-display>http://dev.w3.org/csswg/css-display</a>
@@ -74,7 +74,7 @@ <h2 class="no-num no-toc no-ref heading settled" id=subtitle><span class=content
7474
</div>
7575

7676
<h2 class="no-num no-toc no-ref heading settled" id=abstract><span class=content>Abstract</span></h2>
77-
<div class=p-summary data-fill-with=abstract><p>This module contains the features of CSS relating to the <a class=property data-link-type=propdesc href=#propdef-display title=display>display</a> property and other box-generation details.</p>
77+
<div class=p-summary data-fill-with=abstract><p>This module describes how the CSS formatting box tree is generated from the document element tree and defines the <a class=property data-link-type=propdesc href=#propdef-display title=display>display</a> and <a class=property data-link-type=propdesc href=#propdef-box-suppress title=box-suppress>box-suppress</a> properties that control it.</p>
7878

7979
<a href=http://www.w3.org/TR/CSS/>CSS</a> is a language for describing the rendering of structured documents
8080
(such as HTML and XML)

0 commit comments

Comments
 (0)