GCPM 3 defines element() as newValues for the content property.
I believe element() is ambiguous because it can be interpreted as a function component value whose name is element with no argument. A terminal or non-terminal must be defined between angled brackets, per the CSS value definition syntax, ie. <element()>.
Please forgive me to not create a separate issue for the following... content is defined as normal | none | [<content-replacement> | <content-list>] [/ [<string> | <counter>]+]? and both <content-replacement> and <content-list> includes <image>. I think <content-replacement> can be removed.
GCPM 3 defines
element()asnewValuesfor thecontentproperty.I believe
element()is ambiguous because it can be interpreted as a function component value whose name iselementwith no argument. A terminal or non-terminal must be defined between angled brackets, per the CSS value definition syntax, ie.<element()>.Please forgive me to not create a separate issue for the following...
contentis defined asnormal | none | [<content-replacement> | <content-list>] [/ [<string> | <counter>]+]?and both<content-replacement>and<content-list>includes<image>. I think<content-replacement>can be removed.