| Index: Source/core/accessibility/AXRenderObject.cpp
|
| diff --git a/Source/core/accessibility/AXRenderObject.cpp b/Source/core/accessibility/AXRenderObject.cpp
|
| index 8059a4dea1b66d3d8304abaf7b8e3d93c0320113..f6e6c036196c0a5aec88121f17b24eaa2215d14a 100644
|
| --- a/Source/core/accessibility/AXRenderObject.cpp
|
| +++ b/Source/core/accessibility/AXRenderObject.cpp
|
| @@ -333,9 +333,6 @@
|
| if (node && node->hasTagName(ddTag))
|
| return DescriptionListDetailRole;
|
|
|
| - if (node && node->hasTagName(dlTag))
|
| - return DescriptionListRole;
|
| -
|
| if (node && node->hasTagName(dtTag))
|
| return DescriptionListTermRole;
|
|
|
|
|