Skip to content
Snippets Groups Projects
Verified Commit 7c5bb53b authored by Dan Allen's avatar Dan Allen
Browse files

make distinction between named and positional (unnamed) block attributes;...

make distinction between named and positional (unnamed) block attributes; document how positional attributes are stored
parent 61911b35
No related branches found
No related tags found
No related merge requests found
...@@ -484,6 +484,8 @@ The block boundary is determined first, then the inline parsing happens within t ...@@ -484,6 +484,8 @@ The block boundary is determined first, then the inline parsing happens within t
=== Block attributes === Block attributes
* Used to store the block metadata. * Used to store the block metadata.
* Can be positional or named.
* Positional attributes use a 1-based index; index assignment skips over any named attributes (i.e., named attributes don't affect position).
* Only available directly on the block. * Only available directly on the block.
* Do not affect document attributes. * Do not affect document attributes.
* The only relationship between block attributes and document attributes is that document attributes are sometimes used as fallbacks for an absent block attribute (this needs to be clarified / tightened). * The only relationship between block attributes and document attributes is that document attributes are sometimes used as fallbacks for an absent block attribute (this needs to be clarified / tightened).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment