diff --git a/getusermedia.html b/getusermedia.html index 2ac02228..c1d70329 100644 --- a/getusermedia.html +++ b/getusermedia.html @@ -66,9 +66,15 @@
The terms event - handlers and , - event handler event types are defined in [[!HTML5]].
+ event handler event types and + responsible document are defined in [[!HTML5]]. +The term + current settings object is defined in [[!HTML51]].
+The term + allowed to use is defined in WHATWG HTML.
DOMException
All Documents have a user media enabled flag. This - specification does not detail how or when this flag is set.
If the current [[!HTML51]] Document's user media
- enabled flag is unset, return a promise rejected with a
- DOMException
object whose
- name
attribute has the value
+
If the current settings object's responsible
+ document is NOT allowed to use the feature
+ indicated by attribute name allowusermedia
,
+ return a promise rejected with a DOMException
+ object whose name
attribute has the value
SecurityError
.