Skip to content

Commit ed7566f

Browse files
authored
[css-overflow-4][css-page-floats-3][editorial] Syntax simplification (#11130)
1 parent b75bb10 commit ed7566f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-overflow-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Inline Overflow Ellipsis: the 'text-overflow' property</h3>
340340
The given string is treated as an independent paragraph
341341
for bidi purposes.
342342

343-
<dt dfn-type=function><dfn>fade( [ <<length>> | <<percentage>> ] )</dfn>
343+
<dt dfn-type=function><dfn>fade( [ <<length-percentage>> ] )</dfn>
344344
<dd>
345345
Clip inline content that overflows its line box.
346346
Characters may be only partially rendered.

css-page-floats-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ The 'clear' property</h2>
806806

807807
<pre class="propdef">
808808
Name: float-offset
809-
Value: <<length>> | <<percentage>>
809+
Value: <<length-percentage>>
810810
Initial: 0
811811
Applies to: floats
812812
Inherited: no

0 commit comments

Comments
 (0)