Skip to content

Commit

Permalink
Fixing small glitches in the content CSS prop documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
csant committed Apr 22, 2024
1 parent b7f3a32 commit 36edb52
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions website/properties/properties.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1751,35 +1751,38 @@
Should that variant be documented?
-->
<repeat min="0">
<type>content</type>
<type>text-content</type>
</repeat>
</function>
<function name="prince-glyph-index" class="ext">
<type>number</type>
<type>integer</type>
</function>
<function name="prince-expansion-text" class="ext">
<string>expansion</string>
<!-- (Actually, the first argument can be any single
textual content item, but the most common case
is either a string literal or attr().) -->
<type>content</type>
<type>text-content</type>
</function>
<sequence>
<function name="prince-fallback" class="ext">
<type>url</type>
</function>
<optional>
<text>,</text>
<repeat min="1">
<type>content</type>
</repeat>
</optional>
</sequence>
<function name="element">
<ident>name</ident>
<optional>
<type>page-policy</type>
</optional>
</function>
</choice>
</repeat>
<sequence>
<function name="prince-fallback" class="ext">
<type>url</type>
</function>
<optional>
<text>,</text>
<repeat min="1">
<type>content</type>
</repeat>
</optional>
</sequence>
</choice>
</value>
<initial>normal</initial>
Expand Down

0 comments on commit 36edb52

Please sign in to comment.