82 | | * Implement the latest API changes based on the last review: See http://trac.webkit.org/attachment/wiki/QtWebKitTodo/api_changes.txt |
| 82 | * Implement the latest API changes: |
| 83 | * Add {{{void QWebElementCollection::append(const QWebElement &element);}}} |
| 84 | * Add {{{bool QWebElementCollection::isEmpty() const;}}} |
| 85 | * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names |
| 86 | * Add {{{QWebElementCollection QWebElement::children(), and bool hasChildren()}}} |
| 87 | * Add {{{QVariant QWebElement::evaluateScript(const QString &script);}}} |
| 88 | * Add {{{void QWebElement::wrapContents(markup/element); overloads to wrap only the contents inside}}} |
| 89 | * Add {{{void QWebElement::setInnerXml(const QWebElement &element);}}} |