Skip to content

Commit

Permalink
Clarify that the concrete encoding uses XML 1.0 (#431)
Browse files Browse the repository at this point in the history
Recommend against use of entity expansion (#431)
  • Loading branch information
palemieux committed Jul 17, 2018
1 parent 02c8b43 commit b4d6a22
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion imsc1/spec/ttml-ww-profiles.html
Expand Up @@ -2051,7 +2051,21 @@ <h2>Common Provisions</h2>
<section>
<h3>Document Encoding</h3>

<p>A <a>Document Instance</a> SHALL use UTF-8 character encoding as specified in [[!UNICODE]].</p>
<p>A <a>Document Instance</a> SHALL be concretely encoded as a well-formed XML 1.0 [[!xml-20081126]] document using the UTF-8
character encoding as specified in [[!UNICODE]].</p>

<p>The resulting [[!xml-20081126]] document SHOULD NOT contain any of the following physical structures:</p>

<ul>
<li><em>entity declarations</em>; and</li>

<li><em>entity references</em> other than to <em>predefined entities</em>.</li>
</ul>

<p class="note">These physical structures are intended to be prohibited in future versions of this specification.</p>

<p class="note">The resulting [[!xml-20081126]] document can contain <em>character references</em>, and <em>entity references</em>
to <em>predefined entities</em>.</p>
</section>

<section id='foreign-elements'>
Expand Down

0 comments on commit b4d6a22

Please sign in to comment.