mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-19 09:32:52 +00:00
LibWeb: Add attribute list that must always be compared without casing
This commit is contained in:
parent
68d84755f4
commit
2b30414c1d
Notes:
sideshowbarker
2024-07-17 07:43:05 +09:00
Author: https://github.com/EdwinHoksberg
Commit: 2b30414c1d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/243
4 changed files with 75 additions and 2 deletions
|
@ -0,0 +1,8 @@
|
|||
<!doctype html>
|
||||
<style>
|
||||
div[type=one] {
|
||||
background: red;
|
||||
}
|
||||
</style>
|
||||
<div type="one">I have a red background</div>
|
||||
<div type="two">I don't have a green background</div>
|
Loading…
Add table
Add a link
Reference in a new issue