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 26131 - 10.4 - atoms contain a different algorithm from defined for getCssValue
Summary: 10.4 - atoms contain a different algorithm from defined for getCssValue
Status: RESOLVED FIXED
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 20860
  Show dependency treegraph
 
Reported: 2014-06-18 07:47 UTC by Andrey Botalov
Modified: 2014-06-30 20:11 UTC (History)
2 users (show)

See Also:


Attachments

Description Andrey Botalov 2014-06-18 07:47:17 UTC
Atoms contain much more complicated algorithm - see "javascript/atoms/dom.js#bot.dom.getEffectiveStyle". For example:
* color values are standardized
* getCascadedStyle_ is invoked during the algorithm
Comment 1 David Burns :automatedtester 2014-06-27 20:46:14 UTC
Color must be standardised -  https://dvcs.w3.org/hg/webdriver/rev/f76fbf1117c4
Comment 2 David Burns :automatedtester 2014-06-30 20:11:30 UTC
getCascadedStyle_ in the algorithm is to handle legacy IE. Since the spec is future facing I am closing this bug