mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibWeb: Comment out invalid display-outside
rules from Default.css
This property was removed from the CSS specs, and efforts to correct the HTML spec have stalled. For now, let's comment them out so that I don't get spammed with the meaningless log warnings that they didn't parse, every time I launch Ladybird. :^)
This commit is contained in:
parent
f0a772edef
commit
565ed9b06c
Notes:
sideshowbarker
2024-07-16 23:13:25 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/565ed9b06c Pull-request: https://github.com/SerenityOS/serenity/pull/20754
@ -290,18 +290,24 @@ q::after {
|
||||
content: close-quote;
|
||||
}
|
||||
|
||||
/*
|
||||
NOTE: This isn't a real property and value. See https://github.com/whatwg/html/issues/2291
|
||||
br {
|
||||
display-outside: newline;
|
||||
}
|
||||
*/
|
||||
|
||||
/* this also has bidi implications */
|
||||
nobr {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/*
|
||||
NOTE: This isn't a real property and value. See https://github.com/whatwg/html/issues/2291
|
||||
wbr {
|
||||
display-outside: break-opportunity;
|
||||
}
|
||||
*/
|
||||
|
||||
/* this also has bidi implications */
|
||||
nobr wbr {
|
||||
|
Loading…
Reference in New Issue
Block a user