Skip to content

Commit

Permalink
Fix #260: Add a non-CSS UA conformance class
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Nov 16, 2015
1 parent ead885d commit bd60d2f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,20 @@ still useful to render the cues to the user.</p>
requirements.</p>

<dl>
<dt>User agents that support scripting</dt>
<dt>User agents</dt>
<dd><p>All processing requirements in this specification apply. The user agent must also be
conforming implementations of the IDL fragments in this specification, as described in the Web IDL
specification. [[!WEBIDL]]</p></dd>

<dt>User agents with no scripting support</dt>
<dd><p>All processing requirements in this specification apply, except those in [[#api]].</p></dd>
<dd><p>User agents with no scripting support must comply to the same conformance criteria as user
agents, except that they are exempt from the requirements in [[#api]].</p></dd>

<dt>User agents with no CSS support</dt>
<dd><p>User agents with no CSS support must comply to the same conformance criteria as user agents,
except that they are exempt from the requirements in [[#css-extensions]]. In particular, such user
agents must act as if they supported CSS for the purpose of the rendering requirements in this
specification.</p></dd>

<dt>Conformance checkers</dt>
<dd><p>Conformance checkers must verify that a <a>WebVTT file</a> conforms to the applicable
Expand Down
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1465,14 +1465,21 @@ <h3 class="heading settled" data-level="2.1" id="conformance-classes"><span clas
<p>User agents fall into several (possibly overlapping) categories with different conformance
requirements.</p>
<dl>
<dt>User agents that support scripting
<dt>User agents
<dd>
<p>All processing requirements in this specification apply. The user agent must also be
conforming implementations of the IDL fragments in this specification, as described in the Web IDL
specification. <a data-link-type="biblio" href="#biblio-webidl">[WEBIDL]</a></p>
<dt>User agents with no scripting support
<dd>
<p>All processing requirements in this specification apply, except those in <a href="#api">§7 API</a>.</p>
<p>User agents with no scripting support must comply to the same conformance criteria as user
agents, except that they are exempt from the requirements in <a href="#api">§7 API</a>.</p>
<dt>User agents with no CSS support
<dd>
<p>User agents with no CSS support must comply to the same conformance criteria as user agents,
except that they are exempt from the requirements in <a href="#css-extensions">§6.1.2 CSS extensions</a>. In particular, such user
agents must act as if they supported CSS for the purpose of the rendering requirements in this
specification.</p>
<dt>Conformance checkers
<dd>
<p>Conformance checkers must verify that a <a data-link-type="dfn" href="#webvtt-file">WebVTT file</a> conforms to the applicable
Expand Down

0 comments on commit bd60d2f

Please sign in to comment.