Skip to content

Commit

Permalink
[css-inline-3] Fix weird markup wrt aliasing #8173
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasai committed Dec 13, 2024
1 parent a3362ea commit 1e4db16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css-inline-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -854,10 +854,10 @@ Legacy Values for SVG</h5>

SVG implementations <em>may</em> support the following aliases
in order to support legacy content:
<pre dfn-for=alignment-baseline dfn-type=value>
<dfn>text-before-edge</dfn> = ''alignment-baseline/text-top''
<dfn>text-after-edge</dfn> = ''alignment-baseline/text-bottom''
</pre>
<ul dfn-for=alignment-baseline dfn-type=value>
* <dfn>text-before-edge</dfn> aliasing ''alignment-baseline/text-top''
* <dfn>text-after-edge</dfn> aliasing ''alignment-baseline/text-bottom''
</ul>
These values are not allowed in the 'vertical-align' shorthand.

<h4 id="baseline-shift-property">
Expand Down

0 comments on commit 1e4db16

Please sign in to comment.