Skip to content

Commit

Permalink
[css-overflow-4][css-page-floats-3][editorial] Syntax simplification (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoublev authored Nov 4, 2024
1 parent b75bb10 commit ed7566f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css-overflow-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ Inline Overflow Ellipsis: the 'text-overflow' property</h3>
The given string is treated as an independent paragraph
for bidi purposes.

<dt dfn-type=function><dfn>fade( [ <<length>> | <<percentage>> ] )</dfn>
<dt dfn-type=function><dfn>fade( [ <<length-percentage>> ] )</dfn>
<dd>
Clip inline content that overflows its line box.
Characters may be only partially rendered.
Expand Down
2 changes: 1 addition & 1 deletion css-page-floats-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ The 'clear' property</h2>

<pre class="propdef">
Name: float-offset
Value: <<length>> | <<percentage>>
Value: <<length-percentage>>
Initial: 0
Applies to: floats
Inherited: no
Expand Down

0 comments on commit ed7566f

Please sign in to comment.