-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
I am trying to pick up the separate thread from #293 how these should be defined in our draft. Is it so that:
accessibilitySummaryis a localizable text- the current specification in the draft and the WebIDL are fine
- all the other terms, except for
accessModeSufficient, are a (possible) array of strings, each strings are allowed to take a value specified for that term. That means that the- the draft should be changed in the table specifying 'one or more texts'...
- the current WebIDL (
sequence<DOMString>) is fine
accessModeSufficientis:- one or more texts, each a comma-separated list of values, each value being one of the predefined values
- the WebIDL should be:
sequence<sequence<DOMString>>
Knowing that this does not correspond to the schema.org documentation, but that is being taken care of in a separate discussion outside of this WG.
Is this a correct interpretation?
Reactions are currently unavailable