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

clarify additional requires for the shorthand text in the first positional attribute

parent 65ea27dd
No related branches found
No related tags found
No related merge requests found
...@@ -128,6 +128,11 @@ The name assignments are as follows: ...@@ -128,6 +128,11 @@ The name assignments are as follows:
* rolename1 rolename2 => role (accrued) * rolename1 rolename2 => role (accrued)
* optionname1,optionname2 => opts (accured) * optionname1,optionname2 => opts (accured)
The shorthand text may not be enclosed in quotes.
The value of a shorthand may not be empty.
Except in the reference text, the shorthand text may not contain spaces.
If any of these conditions are not met, the shorthands are not parsed and the value is stored as entered.
The ID shorthand has two forms, the anchor notation and the hash notation. The ID shorthand has two forms, the anchor notation and the hash notation.
The anchor notation must always come first. The anchor notation must always come first.
The hash notation takes precedence if both are present in the same attribute value, meaning the last always wins. The hash notation takes precedence if both are present in the same attribute value, meaning the last always wins.
......
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