author | Seth Fowler <mark.seth.fowler@gmail.com> |
Tue, 02 Aug 2016 16:45:22 -0700 | |
changeset 349757 | eef2029cae9d33943011306ac593906492368d2b |
parent 157003 | e51ff50dea786501242d66a5d545f5ff8522aefc |
child 462133 | 6af1f5ac596b4aa0a87f8a8151395c692eb81a58 |
permissions | -rw-r--r-- |
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #ifndef nsHtml5DocumentMode_h #define nsHtml5DocumentMode_h enum nsHtml5DocumentMode { STANDARDS_MODE, ALMOST_STANDARDS_MODE, QUIRKS_MODE }; #endif // nsHtml5DocumentMode_h