Correct comment
This commit is contained in:
parent
c26e3ee53c
commit
35ed55edf2
|
@ -12,8 +12,7 @@ import Foundation
|
||||||
This gnarly mess of a state machine is responsible for:
|
This gnarly mess of a state machine is responsible for:
|
||||||
1) Inserting line breaks in the right places corresponding to boundaries between block elements
|
1) Inserting line breaks in the right places corresponding to boundaries between block elements
|
||||||
2) Preventing leading/trailing whitespace from being emitted
|
2) Preventing leading/trailing whitespace from being emitted
|
||||||
3) Collapsing whitespace within the string like https://www.w3.org/TR/css-text-3/#white-space-phase-1
|
3) Handling whitespace inside <pre> elements
|
||||||
4) Handling whitespace inside <pre> elements
|
|
||||||
|
|
||||||
DO NOT TOUCH THE CODE WITHOUT CHECKING/UPDATING THE DIAGRAM.
|
DO NOT TOUCH THE CODE WITHOUT CHECKING/UPDATING THE DIAGRAM.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue