mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibWeb/CSS: Use case insensitive tag and attribute name in ancestor hash
Fixes #4793.
This commit is contained in:
committed by
Alexander Kalenik
parent
579730d861
commit
7c4fd9f624
Notes:
github-actions[bot]
2025-05-21 12:55:41 +00:00
Author: https://github.com/veeti 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/7c4fd9f6249 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4800 Reviewed-by: https://github.com/kalenikaliaksandr ✅
@@ -3,6 +3,10 @@
|
||||
div[type=one] {
|
||||
background: red;
|
||||
}
|
||||
div[type=three] {
|
||||
background: blue;
|
||||
}
|
||||
</style>
|
||||
<div type="one">I have a red background</div>
|
||||
<div type="two">I don't have a green background</div>
|
||||
<div type="three">I have a blue background</div>
|
||||
|
||||
Reference in New Issue
Block a user