summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-10-28 08:58:11 -0400
committerAndreas Kling <kling@serenityos.org>2021-10-28 15:09:06 +0200
commit7f223e2290acad2f26ad0eda78c4fc0f3e36e2ca (patch)
treeba2cd8ec97391c8d7e1a3d9d0d241ff4e19f74e0 /Base
parent934360583f538c040d700f3fd209d7a0b57f6be4 (diff)
downloadserenity-7f223e2290acad2f26ad0eda78c4fc0f3e36e2ca.zip
LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute
Rather than following the spec exactly and creating lowercase strings, we can simply do a case-insensitive string comparison. The caveat is that creating attributes must follow the spec by creating the attribute name with a lowercase string.
Diffstat (limited to 'Base')
0 files changed, 0 insertions, 0 deletions