Module layout_2013::generated_content

source ยท
Expand description

The generated content assignment phase.

This phase handles CSS counters, quotes, and ordered lists per CSS ยง 12.3-12.5. It cannot be done in parallel and is therefore a sequential pass that runs on as little of the flow tree as possible.

Structsยง

Enumsยง

Staticsยง

Functionsยง

  • If the system uses a negative sign, handle negative values per CSS-COUNTER-STYLES ยง 2.
  • Pushes the string that represents the value rendered using the given alphabetic system onto the accumulator per CSS-COUNTER-STYLES ยง 3.1.4.
  • Pushes the string that represents the value rendered using the given numeric system onto the accumulator per CSS-COUNTER-STYLES ยง 3.1.5.
  • Appends string that represents the value rendered using the system appropriate for the given list-style-type onto the given string.
  • render_text ๐Ÿ”’
    Creates fragment info for a literal string.
  • Returns the static character that represents the value rendered using the given list-style, if possible.