Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain better the convention for attributes with no namespace value #257

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,10 @@ <h2>Documentation Conventions</h2>
is not namespace qualified, then the TT namespace applies (see <a href="#namespaces">Namespaces</a>).</li>
<li>When referring to an [[XML]] attribute in the prose,
the attribute name is given with its prefix,
or without a prefix if the attribute is in the global namespace.
Attributes are styled as follows: <code>attributePrefix:attributeName</code>.
if its namespace has a value,
or without a prefix if its namespace has no value.
Attributes with prefixes are styled as <code>attributePrefix:attributeName</code>
and those without prefixes are styled as <code>attributeName</code>.
The entity is also described as an attribute in the prose.</li>
<li>When defining new [[XML]] attributes, this specification uses the conventions used for
"value syntax expressions" in [[TTML2]]. For example, the following would define a new attribute
Expand Down Expand Up @@ -1983,7 +1985,7 @@ <h4>Special considerations for foreign vocabulary</h4>
<p><dfn>Foreign vocabulary</dfn> is the subset of <a>unrecognised vocabulary</a> that consists of
those elements and attributes whose namespace
is not one of the namespaces listed in <a href="#namespaces"></a> and
those attributes in the global namespace that are not otherwise defined in DAPT or in [[TTML2]].</p>
those attributes whose namespace has no value that are not otherwise defined in DAPT or in [[TTML2]].</p>
<p>
A <a>DAPT Document</a> MAY contain <a>foreign vocabulary</a> that is neither specifically permitted nor forbidden
by the profiles signalled in <a>ttp:contentProfiles</a>.
Expand Down
Loading