style: Implement quirks mode rules.

This commit is contained in:
Patrick Walton 2014-12-08 13:13:26 -08:00
parent 56b78de5bc
commit 17835ba0cb
4 changed files with 33 additions and 2 deletions

View file

@ -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>),