mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap
This commit is contained in:
Notes:
sideshowbarker
2024-07-17 11:50:20 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/5d6c5571c4
@@ -16,6 +16,9 @@ public:
|
||||
|
||||
HTMLPreElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLPreElement() override;
|
||||
|
||||
private:
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user