mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:48:10 +00:00
LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap
This commit is contained in:
parent
de5de4d99a
commit
5d6c5571c4
2 changed files with 13 additions and 0 deletions
|
@ -16,6 +16,9 @@ public:
|
|||
|
||||
HTMLPreElement(DOM::Document&, DOM::QualifiedName);
|
||||
virtual ~HTMLPreElement() override;
|
||||
|
||||
private:
|
||||
virtual void apply_presentational_hints(CSS::StyleProperties&) const override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue