This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22652 - Update visibility/getText algorithm to handle HTML5 hidden attribute
Summary: Update visibility/getText algorithm to handle HTML5 hidden attribute
Status: RESOLVED WONTFIX
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: David Burns :automatedtester
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2013-07-12 11:30 UTC by David Burns :automatedtester
Modified: 2013-09-20 19:41 UTC (History)
1 user (show)

See Also:


Attachments

Description David Burns :automatedtester 2013-07-12 11:30:25 UTC
In html5 there is a new hidden attribute[1] that does not render in the page. We need to handle this in our getText and visibility algorithm

[1] http://www.w3.org/html/wg/drafts/html/master/editing.html#the-hidden-attribute
Comment 1 David Burns :automatedtester 2013-09-20 19:41:51 UTC
we already handle this with display:none so closing