[ttml2] Allow lwsp around quantified designator list in ttp:{content, processor}Profiles

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

== Allow lwsp around quantified designator list in 
ttp:{content,processor}Profiles ==
Change syntax from:

<pre>
  | "all(" designators  ")"
  | "any(" designators ")"
</pre>

to:

<pre>
  | "all(" &lt;lwsp&gt; designators &lt;lwsp&gt; ")"
  | "any(" &lt;lwsp&gt; designators &lt;lwsp&gt; ")"
</pre>


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

Received on Friday, 29 July 2016 17:26:19 UTC