Skip to content

Commit 5227380

Browse files
committed
[css-inline] Drop before-edge/after-edge as they seem to not be used in SVG and therefore aren't needed here.
1 parent fb08210 commit 5227380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-inline/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ Alignment Point: 'alignment-baseline' longhand</h4>
185185
SVG implementations <em>may</em> support the following aliases
186186
in order to support legacy content:
187187
<pre dfn-for=alignment-baseline dfn-type=value>
188-
<dfn>before-edge</dfn> | <dfn>text-before-edge</dfn> = ''alignment-baseline/text-top''
189-
<dfn>after-edge</dfn> | <dfn>text-after-edge</dfn> = ''alignment-baseline/text-bottom''
188+
<dfn>text-before-edge</dfn> = ''alignment-baseline/text-top''
189+
<dfn>text-after-edge</dfn> = ''alignment-baseline/text-bottom''
190190
</pre>
191191
These values are not allowed in the 'vertical-align' shorthand.
192192

0 commit comments

Comments
 (0)