Normally SDL only allows a tag's attributes to appear after all it's values. This flag causes parseAsonTag to allow values/attributes to appear in any order, i.e. tag attr="my-value" "another-value" # would be valid
See Implementation
Normally SDL only allows a tag's attributes to appear after all it's values. This flag causes parseAsonTag to allow values/attributes to appear in any order, i.e. tag attr="my-value" "another-value" # would be valid