You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an inline box exceeds the width of a line box, it is split into several boxes and these boxes are distributed across several line boxes. If an inline box cannot be split (e.g. if the inline box contains a single character, or language specific word breaking rules disallow a break within the inline box, or if the inline box is affected by a white-space value of nowrap or pre), then the inline box overflows the line box.
8235
+
When an inline box exceeds the width of a line box, it is split into several boxes and these boxes are distributed across several line boxes. If an inline box cannot be split (e.g., if the inline box contains a single character, or language specific word breaking rules disallow a break within the inline box, or if the inline box is affected by a white-space value of nowrap or pre), then the inline box overflows the line box.
8236
8236
</p>
8237
8237
<p>
8238
8238
When an inline box is split, margins,
@@ -11770,10 +11770,10 @@ <h3>11.1.2 <a name="clipping">Clipping</a>: the <a href="visufx.html#propdef-cli
11770
11770
</dd>
11771
11771
</dl>
11772
11772
11773
-
<p>An element's clipping region clips out any aspect of the element (e.g. content, children, background, borders, text decoration, outline and visible scrolling mechanism — if any) that is outside the clipping region.
11773
+
<p>An element's clipping region clips out any aspect of the element (e.g., content, children, background, borders, text decoration, outline and visible scrolling mechanism — if any) that is outside the clipping region.
11774
11774
Content that has been clipped does not cause overflow.
11775
11775
</p>
11776
-
<p>The element's ancestors may also clip portions of their content (e.g. via their own <a href="visufx.html#propdef-clip" class="noxref"><span class="propinst-clip">'clip'</span></a> property and/or if
11776
+
<p>The element's ancestors may also clip portions of their content (e.g., via their own <a href="visufx.html#propdef-clip" class="noxref"><span class="propinst-clip">'clip'</span></a> property and/or if
11777
11777
their <a href="visufx.html#propdef-overflow" class="noxref"><span class="propinst-overflow">'overflow'</span></a> property is
11778
11778
not 'visible'); what is rendered is the cumulative intersection.
the font name are ignored and any sequence of white space characters
14440
14440
inside the font name is converted to a single space.
14441
14441
14442
-
Font family <em>names</em> that happen to be the same as a keyword value (e.g. 'initial', 'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy', and 'cursive') must be quoted to prevent confusion with the keywords with the same names. UAs must not consider these keywords as matching the '<family-name>' type.
14442
+
Font family <em>names</em> that happen to be the same as a keyword value (e.g., 'initial', 'inherit', 'default', 'serif', 'sans-serif', 'monospace', 'fantasy', and 'cursive') must be quoted to prevent confusion with the keywords with the same names. UAs must not consider these keywords as matching the '<family-name>' type.
14443
14443
</p>
14444
14444
14445
14445
@@ -14749,7 +14749,7 @@ <h2>15.6 <a name="font-boldness">Font boldness</a>: the
14749
14749
</p>
14750
14750
<ul>
14751
14751
<li>If the font family already uses a numerical scale with nine values
14752
-
(like e.g. <em>OpenType</em> does), the font weights should be mapped
14752
+
(like e.g., <em>OpenType</em> does), the font weights should be mapped
14753
14753
directly.
14754
14754
</li>
14755
14755
<li>If there is both a face labeled <em>Medium</em> and one labeled
<p class="note">Note: implementation experience has demonstrated that a fixed ratio between adjacent absolute-size keywords is problematic, and this specification does NOT recommend such a fixed ratio, in contrast to previous specifications (<a href="http://www.w3.org/TR/REC-CSS1#font-size">CSS1 suggested 1.5</a>, and <a href="http://www.w3.org/TR/REC-CSS2/fonts.html#font-size-props">CSS2 suggested 1.2</a>).</p>
14912
14912
14913
-
<p>Implementors should build a table of scaling factors for absolute-size keywords relative to the 'medium' font size and the particular device and its characteristics (e.g. the resolution of the device).
14913
+
<p>Implementors should build a table of scaling factors for absolute-size keywords relative to the 'medium' font size and the particular device and its characteristics (e.g., the resolution of the device).
font). See <ahref="sample.html"><del>"A</del><ins>A</ins> sample style sheet for HTML
298
298
</a><del>4.0"</del>for a recommended default style sheet for HTML <del>4.0</del>documents.
299
299
300
-
<pclass="note">Note that the <del>default style sheet</del><ins>user</ins> may <del>change if</del><ins>modify</ins> system settings <del>are modified by the user (e.g.,</del><ins>(e.g.</ins>
300
+
<pclass="note">Note that the <del>default style sheet</del><ins>user</ins> may <del>change if</del><ins>modify</ins> system settings <del>are modified by the user</del>(e.g.,
301
301
system <del>colors).</del><ins>colors) that affect the default style sheet.</ins> However, <del>due to limitations in a</del><ins>some</ins> user
302
302
<del>agent's internal implementation,</del><ins>agent implementations make</ins> it <del>may be</del>impossible to change the values in the
<li><ins>is available (i.e. publicly downloadable or available
218
+
<li><ins>is available (i.e., publicly downloadable or available
219
219
through some</ins> other <del>languages see http://www.w3.org/Style/css2-updates/translations.html . Errata</del><ins>public point of sale mechanism). This is</ins> the
220
220
<del>list</del><ins>"show me" requirement.</ins></li>
221
-
<li><ins>is shipping (i.e. development, private or unofficial
221
+
<li><ins>is shipping (i.e., development, private or unofficial
222
222
versions are insufficient).</ins></li>
223
-
<li><ins>is not experimental (i.e. is intended for a wide audience
223
+
<li><ins>is not experimental (i.e., is intended for a wide audience
0 commit comments