ladybird/Tests/LibWeb/Text/expected/css/attribute-selector-case-sensitivity.txt
Tim Ledbetter 00f03f3e90 LibWeb: Match attribute selectors case insensitively in XML documents
The values of attribute selectors are now compared case insensitively
by default if the attribute's document is not a HTML document, or the
element is not in the HTML namespace.
2024-08-19 09:03:22 +02:00

4 lines
303 B
Text

The accept attribute is matched case insensitively in HTML documents true
The accept attribute is matched case insensitively in XML documents false
The accesskey attribute is matched case insensitively in HTML documents false
The accesskey attribute is matched case insensitively in XML documents false