diff -r cae6a9db15d5 10_element_state.html --- a/10_element_state.html Thu May 15 21:55:14 2014 +0100 +++ b/10_element_state.html Thu May 15 17:51:10 2014 -0700 @@ -6,8 +6,12 @@
The following steps MUST be used to determine if an element is displayed to a user. This specification refers to this as the element being "shown".
element.getBoundingClientRect() , unless the
- element has a descendent with a positive height and width.element.
+ getBoundingClientRect()
+ then it MUST be displayed.