Skip to content

Commit

Permalink
Bug 24634: Body element MUST be displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
David Burns committed Mar 13, 2014
1 parent da4d3ab commit a3aa098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 10_element_state.html
Expand Up @@ -5,6 +5,7 @@ <h2>Reading Element State</h2>
<h2 id='determining-if-displayed'>Determining if an element is displayed</h2> <h2 id='determining-if-displayed'>Determining if an element is displayed</h2>
<p>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".</p> <p>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".</p>
<ul> <ul>
<li>The BODY element MUST be displayed irrespective of any CSS style</li>
<li>The element MUST have a height and width greater than 0px unless the <li>The element MUST have a height and width greater than 0px unless the
element is a text node or if it has a child with a positive height and width.</li> element is a text node or if it has a child with a positive height and width.</li>
<li>The element MUST NOT be displayed if that element, or any of its ancestors, <li>The element MUST NOT be displayed if that element, or any of its ancestors,
Expand Down
1 change: 1 addition & 0 deletions webdriver-spec.html
Expand Up @@ -1042,6 +1042,7 @@ <h2>Reading Element State</h2>
<h2 id='determining-if-displayed'>Determining if an element is displayed</h2> <h2 id='determining-if-displayed'>Determining if an element is displayed</h2>
<p>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".</p> <p>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".</p>
<ul> <ul>
<li>The BODY element MUST be displayed irrespective of any CSS style</li>
<li>The element MUST have a height and width greater than 0px unless the <li>The element MUST have a height and width greater than 0px unless the
element is a text node or if it has a child with a positive height and width.</li> element is a text node or if it has a child with a positive height and width.</li>
<li>The element MUST NOT be displayed if that element, or any of its ancestors, <li>The element MUST NOT be displayed if that element, or any of its ancestors,
Expand Down

0 comments on commit a3aa098

Please sign in to comment.