Bug 29711

Summary: [Qt] Update the stypeProperty API of QWebElement.
Product: WebKit Reporter: Jocelyn Turcotte <jturcotte>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Enhancement CC: hausmann
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   

Description Jocelyn Turcotte 2009-09-24 04:17:14 PDT
(QWebElement::styleProperty):
- Merge the stypeProperty and the computedStyleProperty methods
- Remove the default value for the style resolving enum
- Rename ResolveRule to StyleResolveStrategy
(QWebElement::setStyleProperty):
- Remove the priority argument since it is possible to control the
  behaviour by adding !important or removing in the value.
Comment 1 Jocelyn Turcotte 2009-09-24 04:21:51 PDT
Close, Will update 29639 instead
Comment 2 Simon Hausmann 2009-09-25 01:22:11 PDT
Committed r48749: <http://trac.webkit.org/changeset/48749>