[ttml2] missing closing blacket in XML Representation? (#1264)

himorin has just created a new issue for https://github.com/w3c/ttml2:

== missing closing blacket in XML Representation? ==
https://www.w3.org/TR/ttml2/#profile-vocabulary-extension
6.1.5 ttp:extension has XML Representation as:
```
<ttp:extension
  extends = xsd:string
  restricts = xsd:string
  value = ("optional" | "required" | "use" | "prohibited") : see prose below
  xml:id = ID
  Content: #PCDATA
</ttp:extension>
```
which does not have closing bracket right before `Content: #PCDATA`. Is this valid? (I'm quite not sure...)

Please view or discuss this issue at https://github.com/w3c/ttml2/issues/1264 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 18 April 2023 08:25:48 UTC