Index: Source/core/html/HTMLElement.cpp |
diff --git a/Source/core/html/HTMLElement.cpp b/Source/core/html/HTMLElement.cpp |
index ff8df082df496cf0e08ee2b23831775b8e382202..eb8e0c7ca2c98a9cd6c1e6d0991f66de957c7ae5 100644 |
--- a/Source/core/html/HTMLElement.cpp |
+++ b/Source/core/html/HTMLElement.cpp |
@@ -344,7 +344,7 @@ const AtomicString& HTMLElement::eventNameForAttributeName(const QualifiedName& |
void HTMLElement::parseAttribute(const QualifiedName& name, const AtomicString& value) |
{ |
- if (name == tabindexAttr) |
+ if (name == tabindexAttr || name == tabstopAttr) |
return Element::parseAttribute(name, value); |
if (name == dirAttr) { |