Skip to content

Commit

Permalink
Add implementation-specific state
Browse files Browse the repository at this point in the history
Map 'missing value default' and 'invalid value default'
to the implementation-specific state.
  • Loading branch information
anssiko committed Feb 22, 2017
1 parent 0a3564e commit ccd71a1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,15 @@ <h2>
mechanism</a>. The attribute's keywords are <dfn data-dfn-for=
"CaptureFacingMode">user</dfn> and <dfn data-dfn-for=
"CaptureFacingMode">environment</dfn>, which map to the respective
states <var>user</var> and <var>environment</var>. The <a>missing
value default</a> is the <var>environment</var> state. The <a>invalid
value default</a> is also the <var>environment</var> state.
states <var>user</var> and <var>environment</var>. In addition, there
is a third state, the <var>implementation-specific</var> state. The
<a>missing value default</a> is the
<var>implementation-specific</var> state. The <a>invalid value
default</a> is also the <var>implementation-specific</var> state.
</p>
<p class="note">
The <var>implementation-specific</var> state indicates the
implementation is to act according to its default behavior.
</p>
<p>
The <a>capture</a> IDL attribute MUST <a>reflect</a> the respective
Expand Down

0 comments on commit ccd71a1

Please sign in to comment.