fixed unforgeable prop
authorbhill2
Tue, 18 Feb 2014 15:24:50 -0800
changeset 25 4a816d0de54e
parent 24 7e6b0d576e07
child 26 08f354d6761f
fixed unforgeable prop
user-interface-safety.html
--- a/user-interface-safety.html	Tue Feb 18 15:17:59 2014 -0800
+++ b/user-interface-safety.html	Tue Feb 18 15:24:50 2014 -0800
@@ -541,7 +541,7 @@
 <section>
 
 <dl title="partial interface UIEvent" class="idl">
-  <dt>[Unforgeable] readonly attribute bool unsafe</dt>
+  <dt>[Unforgeable]&nbsp;readonly&nbsp;attribute&nbsp;bool&nbsp;unsafe</dt>
     <dd>This is a non-configurable boolean property of input event objects.
       Set to "true" if a violation of an input-protection directive 
       violation occurred for the event.</dd>