Files
ladybird/Userland/Libraries/LibWeb/HTML/HTMLElement.cpp
SeekingBlues a13a5315a5 LibWeb: Fix incompatibility of attribute "contenteditable"
The previous behavior of mapping a missing value to the "inherit"
state is incompatible. Now, a missing value maps to the "true" state,
which is the expected behavior.
2021-07-28 23:47:58 +02:00

5.1 KiB