mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
style: Implement quirks mode rules.
This commit is contained in:
parent
56b78de5bc
commit
17835ba0cb
4 changed files with 33 additions and 2 deletions
|
@ -29,6 +29,9 @@ pub enum Msg {
|
|||
/// Adds the given stylesheet to the document.
|
||||
LoadStylesheetMsg(Url),
|
||||
|
||||
/// Puts a document into quirks mode, causing the quirks mode stylesheet to be loaded.
|
||||
SetQuirksModeMsg,
|
||||
|
||||
/// Requests a reflow.
|
||||
ReflowMsg(Box<Reflow>),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue