UNPKG

467 BJavaScriptView Raw
1(function() {
2 var aliases;
3
4 aliases = {
5 'default': 'xml',
6 '5': 'html5',
7 5: 'html5',
8 'ce': 'html-ce',
9 '1.1': 'xhtml1.1',
10 'html11': 'xhtml1.1',
11 'basic': 'xhtml',
12 'xhtml1': 'xhtml',
13 'xhtml-basic': 'xhtml',
14 'xhtml-strict': 'strict',
15 'xhtml-mobile': 'mobile',
16 'xhtml-frameset': 'frameset',
17 'xhtml-trasitional': 'transitional',
18 'svg': 'svg1.1'
19 };
20
21 module.exports = {
22 aliases: aliases
23 };
24
25}).call(this);