4.1.6 Blocks

Chapter 4 - Syntax and basic data types - 4.1.6 Blocks

Go to the relevant page of the specification.

blocks-001 (invalid)
Parsing nested blocks and strings in style blocks
Blocks and strings are parsed with matching terminating pairs.
blocks-002
Empty declaration block
Declaration blocks that are empty have no effect on later declarations.
blocks-004 (invalid)
Parsing square bracket blocks
Blocks and strings are parsed with matching terminating pairs of square brackets.
blocks-005 (invalid)
Parsing curly bracket blocks
Blocks and strings are parsed with matching terminating pairs of curly brackets.
blocks-006 (invalid)
Parsing parentheses blocks
Blocks and strings are parsed with matching terminating pairs of parentheses.
blocks-and-strings-001 (invalid)
Parsing blocks and strings in style blocks
Nested blocks and strings are parsed accordingly.