Skip to content

Commit 4c64b5e

Browse files
committed
Update web-programming.json
1 parent 76526aa commit 4c64b5e

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

data/web-programming.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
"code": "<img>"
4141
}, {
4242
"code": "<a>"
43+
}, {
44+
"code": "<abbr>"
4345
}, {
4446
"code": "<link>"
4547
}, {
@@ -92,12 +94,28 @@
9294
"code": "<sub>"
9395
}, {
9496
"code": "<sup>"
97+
}, {
98+
"code": "<svg>"
9599
}, {
96100
"code": "<iframe>"
97101
}, {
98102
"code": "<fieldset>"
99103
}, {
100104
"code": "<legend>"
105+
}, {
106+
"code": "<select>"
107+
}, {
108+
"code": "<option>"
109+
}, {
110+
"code": "<textarea>"
111+
}, {
112+
"code": "<strong>"
113+
}, {
114+
"code": "<progress>"
115+
}, {
116+
"code": "<noscript>"
117+
}, {
118+
"code": "<noframes>"
101119
}
102120
]
103121
}, {
@@ -172,7 +190,7 @@
172190
}, {
173191
"code": "div span"
174192
}, {
175-
"code": "siv, span"
193+
"code": "div, span"
176194
}, {
177195
"code": ".class1 .class2"
178196
}, {

0 commit comments

Comments
 (0)