Skip to content

Commit b8ebdf5

Browse files
committed
[css-overflow] Use better prose for break properties rather than referring to a 'break' property.
1 parent 3a5e2d8 commit b8ebdf5

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

css-overflow/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<meta content="CSS Overflow Module Level 3" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2014-12-03 name=dcterms.date>
14+
<meta content=2015-01-27 name=dcterms.date>
1515
<meta content="L. David Baron" name=dcterms.creator>
1616
<meta content=W3C name=dcterms.publisher>
1717
<meta content="http://dev.w3.org/csswg/css-overflow-3/"
@@ -127,7 +127,7 @@
127127

128128
<h1>CSS Overflow Module Level 3</h1>
129129

130-
<h2 class="no-num no-toc">Editor's Draft 3 December 2014</h2>
130+
<h2 class="no-num no-toc">Editor's Draft 27 January 2015</h2>
131131

132132
<dl>
133133
<dt>This version:
@@ -181,7 +181,7 @@ <h2 class="no-num no-toc">Editor's Draft 3 December 2014</h2>
181181
<!--begin-copyright-->
182182
<p class=copyright><a
183183
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
184-
rel=license>Copyright</a> © 2014 <a href="http://www.w3.org/"><abbr
184+
rel=license>Copyright</a> © 2015 <a href="http://www.w3.org/"><abbr
185185
title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a
186186
href="http://www.csail.mit.edu/"><abbr
187187
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
@@ -920,8 +920,8 @@ <h2 id=fragment-overflow><span class=secno>6. </span>Fragment overflow</h2>
920920

921921
<p class=issue> This specification needs to say which type of fragmentation
922922
context is created so that it's clear which values of the ‘<code
923-
class=property>break</code>property cause breaks within this context.
924-
We probably want ‘<code class=css>break: regions</code>’ to apply.
923+
class=css>break-*</code>properties cause breaks within this context.
924+
We probably want ‘<code class=css>break-*: region</code>’ to apply.
925925

926926
<p class=issue> This specification needs a processing model that will apply
927927
in cases where the layout containing the fragments has characteristics

css-overflow/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,9 +739,9 @@ <h2 id="fragment-overflow">Fragment overflow</h2>
739739
<p class="issue">
740740
This specification needs to say which type of
741741
fragmentation context is created
742-
so that it's clear which values of the 'break' property
742+
so that it's clear which values of the 'break-*' properties
743743
cause breaks within this context.
744-
We probably want ''break: regions'' to apply.
744+
We probably want ''break-*: region'' to apply.
745745
</p>
746746

747747
<p class="issue">

0 commit comments

Comments
 (0)