footnote-visibility

Specifies whether the element should be actually treated as footnote or as ordinary inline text. Useful to strip annotations from published content.

Availability

Available in: Footnotes

Type

Symbol

Available values

Value Description
visible Style as footnote. Used as default.
hidden Skip any annotated content and treat as ordinary text..

Default value

``

Inherited

Yes.

Example

// Treat annotations as ordinary text
inline-annotation {
  footnote-visibility: hidden
}