1
- import { blockTag } from " ./tag-helpers/block-tag.js" ;
2
- import { textNode } from " ./tag-helpers/text-node.js" ;
3
- import { a } from " ./tags/a.js" ;
4
- import { abbr , acronym , dfn } from " ./tags/abbr.js" ;
5
- import { address } from " ./tags/address.js" ;
1
+ import { blockTag } from ' ./tag-helpers/block-tag.js' ;
2
+ import { textNode } from ' ./tag-helpers/text-node.js' ;
3
+ import { a } from ' ./tags/a.js' ;
4
+ import { abbr , acronym , dfn } from ' ./tags/abbr.js' ;
5
+ import { address } from ' ./tags/address.js' ;
6
6
import {
7
7
article ,
8
8
aside ,
@@ -11,7 +11,6 @@ import {
11
11
figcaption ,
12
12
footer ,
13
13
form ,
14
- head ,
15
14
header ,
16
15
hgroup ,
17
16
label ,
@@ -21,25 +20,26 @@ import {
21
20
picture ,
22
21
section ,
23
22
span ,
24
- title ,
25
- } from "./tags/base-tags.js" ;
26
- import { blockquote } from "./tags/blockquote.js" ;
27
- import { br } from "./tags/br.js" ;
28
- import { center } from "./tags/center.js" ;
29
- import { code , pre } from "./tags/code.js" ;
30
- import { dd , dl , dt } from "./tags/definitions.js" ;
31
- import { details } from "./tags/details.js" ;
32
- import { body , html } from "./tags/document.js" ;
33
- import { fieldset } from "./tags/fieldset.js" ;
34
- import { figure } from "./tags/figure.js" ;
35
- import { font } from "./tags/font.js" ;
36
- import { h1 , h2 , h3 , h4 , h5 , h6 } from "./tags/headers.js" ;
37
- import { hr } from "./tags/hr.js" ;
38
- import { img } from "./tags/img.js" ;
39
- import { button , input , output } from "./tags/inputs.js" ;
40
- import { li , ol , ul } from "./tags/list.js" ;
41
- import { progress } from "./tags/progress.js" ;
42
- import { caption , table } from "./tags/table.js" ;
23
+ } from './tags/base-tags.js' ;
24
+ import { blockquote } from './tags/blockquote.js' ;
25
+ import { br } from './tags/br.js' ;
26
+ import { center } from './tags/center.js' ;
27
+ import { code , pre } from './tags/code.js' ;
28
+ import { dd , dl , dt } from './tags/definitions.js' ;
29
+ import { details } from './tags/details.js' ;
30
+ import { body , html } from './tags/document.js' ;
31
+ import { fieldset } from './tags/fieldset.js' ;
32
+ import { figure } from './tags/figure.js' ;
33
+ import { font } from './tags/font.js' ;
34
+ import {
35
+ h1 , h2 , h3 , h4 , h5 , h6 ,
36
+ } from './tags/headers.js' ;
37
+ import { hr } from './tags/hr.js' ;
38
+ import { img } from './tags/img.js' ;
39
+ import { button , input , output } from './tags/inputs.js' ;
40
+ import { li , ol , ul } from './tags/list.js' ;
41
+ import { progress } from './tags/progress.js' ;
42
+ import { caption , table } from './tags/table.js' ;
43
43
import {
44
44
b ,
45
45
big ,
@@ -68,7 +68,7 @@ import {
68
68
underline ,
69
69
variableTag ,
70
70
wbr ,
71
- } from " ./tags/text-styles.js" ;
71
+ } from ' ./tags/text-styles.js' ;
72
72
import {
73
73
applet ,
74
74
area ,
@@ -77,6 +77,7 @@ import {
77
77
basefont ,
78
78
bgsound ,
79
79
embed ,
80
+ head ,
80
81
keygen ,
81
82
link ,
82
83
map ,
@@ -93,13 +94,13 @@ import {
93
94
template ,
94
95
track ,
95
96
video ,
96
- } from " ./tags/void.js" ;
97
+ } from ' ./tags/void.js' ;
97
98
98
99
const __text = textNode ;
99
100
100
101
//
101
102
export default {
102
- " #text" : __text ,
103
+ ' #text' : __text ,
103
104
a,
104
105
abbr,
105
106
acronym,
@@ -195,7 +196,6 @@ export default {
195
196
table,
196
197
template,
197
198
time,
198
- title,
199
199
track,
200
200
tt,
201
201
u,
0 commit comments