diff options
Diffstat (limited to 'WebCore/html/HTMLLabelElement.cpp')
-rw-r--r-- | WebCore/html/HTMLLabelElement.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/WebCore/html/HTMLLabelElement.cpp b/WebCore/html/HTMLLabelElement.cpp index 6b3069a..1e44e2a 100644 --- a/WebCore/html/HTMLLabelElement.cpp +++ b/WebCore/html/HTMLLabelElement.cpp @@ -154,26 +154,6 @@ void HTMLLabelElement::accessKeyAction(bool sendToAnyElement) HTMLElement::accessKeyAction(sendToAnyElement); } -String HTMLLabelElement::accessKey() const -{ - return getAttribute(accesskeyAttr); -} - -void HTMLLabelElement::setAccessKey(const String &value) -{ - setAttribute(accesskeyAttr, value); -} - -String HTMLLabelElement::htmlFor() const -{ - return getAttribute(forAttr); -} - -void HTMLLabelElement::setHtmlFor(const String &value) -{ - setAttribute(forAttr, value); -} - void HTMLLabelElement::parseMappedAttribute(Attribute* attribute) { if (attribute->name() == forAttr) { |