diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-10-28 08:58:11 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-10-28 15:09:06 +0200 |
commit | 7f223e2290acad2f26ad0eda78c4fc0f3e36e2ca (patch) | |
tree | ba2cd8ec97391c8d7e1a3d9d0d241ff4e19f74e0 /Documentation | |
parent | 934360583f538c040d700f3fd209d7a0b57f6be4 (diff) | |
download | serenity-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 'Documentation')
0 files changed, 0 insertions, 0 deletions