spellr 0.5.3 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +2 -1
- data/lib/spellr/string_format.rb +0 -2
- data/lib/spellr/version.rb +1 -1
- data/spellr.gemspec +2 -1
- data/wordlists/css.LICENSE.md +646 -0
- data/wordlists/css.txt +1249 -0
- data/wordlists/html.LICENSE.md +161 -0
- data/wordlists/html.txt +570 -26
- data/wordlists/ruby.txt +589 -0
- metadata +21 -4
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
# keywords & values are from these sources:
|
|
2
|
+
|
|
3
|
+
[<a>: The Anchor element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/a) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/a$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
4
|
+
[<abbr>: The Abbreviation element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
5
|
+
[<applet>: The Embed Java Applet element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/applet) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/applet$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
6
|
+
[<area>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/area) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/area$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
7
|
+
[<audio>: The Embed Audio element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/audio) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/audio$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
8
|
+
[<base>: The Document Base URL element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/base) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/base$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
9
|
+
[<basefont>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/basefont) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/basefont$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
10
|
+
[<bdi>: The Bidirectional Isolate element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/bdi$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
11
|
+
[<bdo>: The Bidirectional Text Override element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/bdo$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
12
|
+
[<bgsound>: The Background Sound element (obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/bgsound) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/bgsound$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
13
|
+
[<blink>: The Blinking Text element (obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/blink) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/blink$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
14
|
+
[<blockquote>: The Block Quotation element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/blockquote$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
15
|
+
[<body>: The Document Body element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/body) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/body$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
16
|
+
[<br>: The Line Break element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/br) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/br$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
17
|
+
[<button>: The Button element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/button) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/button$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
18
|
+
[<canvas>: The Graphics Canvas element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/canvas$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
19
|
+
[<caption>: The Table Caption element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/caption) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/caption$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
20
|
+
[<center>: The Centered Text element (obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/center) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/center$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
21
|
+
[<col>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/col) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/col$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
22
|
+
[<colgroup>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/colgroup$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
23
|
+
[<command>: The HTML Command element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/command) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/command$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
24
|
+
[<content>: The Shadow DOM Content Placeholder element (obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/content) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/content$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
25
|
+
[<data>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/data) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/data$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
26
|
+
[<dd>: The Description Details element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/dd) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/dd$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
27
|
+
[<del>: The Deleted Text element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/del) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/del$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
28
|
+
[<details>: The Details disclosure element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/details) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/details$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
29
|
+
[<dfn>: The Definition element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/dfn$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
30
|
+
[<dialog>: The Dialog element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
31
|
+
[<dir>: The Directory element (obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/dir) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/dir$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
32
|
+
[<div>: The Content Division element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/div) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/div$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
33
|
+
[<embed>: The Embed External Content element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/embed) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/embed$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
34
|
+
[<fieldset>: The Field Set element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
35
|
+
[<font>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/font) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/font$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
36
|
+
[<form>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/form) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/form$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
37
|
+
[<frame>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/frame) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/frame$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
38
|
+
[<frameset>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/frameset) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/frameset$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
39
|
+
[<h1>–<h6>: The HTML Section Heading elements](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
40
|
+
[<head>: The Document Metadata (Header) element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/head) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/head$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
41
|
+
[<hr>: The Thematic Break (Horizontal Rule) element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/hr) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/hr$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
42
|
+
[<html>: The HTML Document / Root element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/html) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/html$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
43
|
+
[<iframe>: The Inline Frame element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
44
|
+
[<image>: The obsolete Image element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/image) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/image$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
45
|
+
[<img>: The Image Embed element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/img) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/img$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
46
|
+
[<input type="button">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/button) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/button$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
47
|
+
[<input type="checkbox">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
48
|
+
[<input type="color">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/color$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
49
|
+
[<input type="date">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
50
|
+
[<input type="datetime">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
51
|
+
[<input type="datetime-local">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
52
|
+
[<input type="email">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/email) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/email$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
53
|
+
[<input type="file">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
54
|
+
[<input type="hidden">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/hidden) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/hidden$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
55
|
+
[<input type="image">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/image) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/image$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
56
|
+
[<input type="month">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/month) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/month$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
57
|
+
[<input type="number">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/number$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
58
|
+
[<input type="password">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/password) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/password$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
59
|
+
[<input type="radio">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
60
|
+
[<input type="range">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
61
|
+
[<input type="reset">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/reset) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/reset$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
62
|
+
[<input type="search">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/search) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/search$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
63
|
+
[<input type="submit">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/submit) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/submit$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
64
|
+
[<input type="tel">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/tel) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/tel$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
65
|
+
[<input type="text">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
66
|
+
[<input type="time">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/time$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
67
|
+
[<input type="url">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/url) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/url$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
68
|
+
[<input type="week">](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/week) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input/week$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
69
|
+
[<input>: The Input (Form Input) element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/input$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
70
|
+
[<ins>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/ins) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/ins$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
71
|
+
[<isindex>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/isindex) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/isindex$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
72
|
+
[<keygen>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
73
|
+
[<label>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/label) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/label$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
74
|
+
[<li>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/li) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/li$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
75
|
+
[<link>: The External Resource Link element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/link) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/link$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
76
|
+
[<map>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/map) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/map$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
77
|
+
[<marquee>: The Marquee element (Obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
78
|
+
[<menu>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/menu) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/menu$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
79
|
+
[<menuitem>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/menuitem) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/menuitem$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
80
|
+
[<meta>: The Document-level Metadata element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/meta) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/meta$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
81
|
+
[<meter>: The HTML Meter element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/meter) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/meter$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
82
|
+
[<multicol>: The HTML Multi-Column Layout element (Obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/multicol) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/multicol$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
83
|
+
[<nextid>: The NeXT ID element (Obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/nextid) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/nextid$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
84
|
+
[<nobr>: The Non-Breaking Text element (obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/nobr) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/nobr$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
85
|
+
[<noembed>: The Embed Fallback element (Obsolete)](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/noembed) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/noembed$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
86
|
+
[<object>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/object) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/object$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
87
|
+
[<ol>: The Ordered List element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/ol) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/ol$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
88
|
+
[<optgroup>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/optgroup$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
89
|
+
[<option>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/option) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/option$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
90
|
+
[<output>: The Output element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/output) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/output$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
91
|
+
[<p>: The Paragraph element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/p) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/p$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
92
|
+
[<param>: The Object Parameter element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/param) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/param$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
93
|
+
[<pre>: The Preformatted Text element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/pre) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/pre$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
94
|
+
[<progress>: The Progress Indicator element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/progress) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/progress$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
95
|
+
[<q>: The Inline Quotation element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/q) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/q$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
96
|
+
[<s>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/s) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/s$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
97
|
+
[<script>: The Script element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/script) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/script$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
98
|
+
[<select>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/select) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/select$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
99
|
+
[<slot>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/slot) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/slot$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
100
|
+
[<source>: The Media or Image Source element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/source) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/source$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
101
|
+
[<spacer>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/spacer) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/spacer$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
102
|
+
[<style>: The Style Information element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/style) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/style$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
103
|
+
[<table>: The Table element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/table) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/table$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
104
|
+
[<tbody>: The Table Body element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
105
|
+
[<td>: The Table Data Cell element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/td) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/td$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
106
|
+
[<template>: The Content Template element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/template) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/template$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
107
|
+
[<textarea>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
108
|
+
[<tfoot>: The Table Foot element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/tfoot$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
109
|
+
[<th>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/th) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/th$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
110
|
+
[<thead>: The Table Head element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/thead) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/thead$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
111
|
+
[<time>](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/time) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/time$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
112
|
+
[<tr>: The Table Row element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/tr) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/tr$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
113
|
+
[<track>: The Embed Text Track element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/track) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/track$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
114
|
+
[<ul>: The Unordered List element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/ul) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/ul$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
115
|
+
[<video>: The Video Embed element](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/video) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/video$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
116
|
+
[HTML attribute reference](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Attributes$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
117
|
+
[HTML elements reference](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
118
|
+
[MediaStream](https://wiki.developer.mozilla.org/en-US/docs/Web/API/MediaStream) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/API/MediaStream$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
119
|
+
[Web App Manifest](https://wiki.developer.mozilla.org/en-US/docs/Web/Manifest) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/Manifest$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
120
|
+
[accesskey](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
121
|
+
[autocapitalize](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
122
|
+
[background-color](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/background-color) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/background-color$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
123
|
+
[background-image](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/background-image) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/background-image$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
124
|
+
[border](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/border) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/border$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
125
|
+
[class](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
126
|
+
[color](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/color) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/color$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
127
|
+
[contenteditable](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
128
|
+
[contextmenu](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contextmenu) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contextmenu$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
129
|
+
[data-*](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/data-*) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/data-*$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
130
|
+
[dir](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
131
|
+
[draggable](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/draggable$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
132
|
+
[dropzone](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dropzone) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dropzone$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
133
|
+
[h1](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h1) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h1$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
134
|
+
[h2](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h2) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h2$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
135
|
+
[h3](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h3) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h3$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
136
|
+
[h4](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h4) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h4$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
137
|
+
[h5](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h5) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h5$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
138
|
+
[h6](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h6) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Element/h6$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
139
|
+
[height](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/height) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/height$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
140
|
+
[hidden](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/hidden$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
141
|
+
[id](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
142
|
+
[inputmode](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
143
|
+
[is](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/is$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
144
|
+
[itemid](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemid) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemid$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
145
|
+
[itemprop](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemprop) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemprop$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
146
|
+
[itemref](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemref) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemref$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
147
|
+
[itemscope](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemscope) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemscope$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
148
|
+
[itemtype](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemtype) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/itemtype$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
149
|
+
[lang](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/lang$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
150
|
+
[part](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
151
|
+
[slot](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/slot) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/slot$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
152
|
+
[spellcheck](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
153
|
+
[style](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/style) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/style$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
154
|
+
[tabindex](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/tabindex$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
155
|
+
[title](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/title$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
156
|
+
[translate](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/translate) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/translate$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
157
|
+
[width](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/width) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/CSS/width$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
158
|
+
[x-ms-acceleratorkey](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/x-ms-acceleratorkey) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/x-ms-acceleratorkey$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
159
|
+
[x-ms-format-detection](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/x-ms-format-detection) by [Mozilla Contributors](https://wiki.developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/x-ms-format-detection$history) is licensed under [CC-BY-SA 2.5](http://creativecommons.org/licenses/by-sa/2.5/)
|
|
160
|
+
|
|
161
|
+
Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang). This software or document includes material copied from or derived from (Accessible Rich Internet Applications (WAI-ARIA) 1.1)[https://www.w3.org/TR/wai-aria/]
|
data/wordlists/html.txt
CHANGED
|
@@ -1,127 +1,326 @@
|
|
|
1
|
-
a
|
|
2
1
|
abbr
|
|
2
|
+
about
|
|
3
|
+
absbottom
|
|
4
|
+
absmiddle
|
|
5
|
+
abstract
|
|
6
|
+
accelerator
|
|
7
|
+
acceleratorkey
|
|
3
8
|
accept
|
|
9
|
+
access
|
|
4
10
|
accesskey
|
|
11
|
+
acharset
|
|
5
12
|
acronym
|
|
6
13
|
action
|
|
14
|
+
activation
|
|
15
|
+
active
|
|
7
16
|
activedescendant
|
|
17
|
+
add
|
|
8
18
|
address
|
|
19
|
+
addtrack
|
|
20
|
+
adjust
|
|
21
|
+
aggregate
|
|
22
|
+
airplay
|
|
23
|
+
alent
|
|
9
24
|
alert
|
|
10
25
|
alertdialog
|
|
11
26
|
align
|
|
27
|
+
alink
|
|
28
|
+
all
|
|
12
29
|
allow
|
|
30
|
+
allowfullscreen
|
|
31
|
+
allowpaymentrequest
|
|
32
|
+
alpha
|
|
13
33
|
alt
|
|
34
|
+
alternate
|
|
35
|
+
and
|
|
36
|
+
anonymous
|
|
37
|
+
any
|
|
38
|
+
append
|
|
39
|
+
apple
|
|
14
40
|
applet
|
|
15
41
|
application
|
|
42
|
+
applications
|
|
43
|
+
aqua
|
|
44
|
+
archive
|
|
16
45
|
area
|
|
17
46
|
aria
|
|
18
47
|
article
|
|
48
|
+
articles
|
|
19
49
|
aside
|
|
20
50
|
async
|
|
21
51
|
atomic
|
|
52
|
+
attachment
|
|
53
|
+
attribute
|
|
22
54
|
audio
|
|
55
|
+
aural
|
|
56
|
+
author
|
|
57
|
+
auto
|
|
23
58
|
autocapitalize
|
|
24
59
|
autocomplete
|
|
60
|
+
autocorrect
|
|
25
61
|
autofocus
|
|
26
62
|
autoplay
|
|
27
|
-
|
|
63
|
+
available
|
|
64
|
+
axis
|
|
65
|
+
background
|
|
66
|
+
balance
|
|
28
67
|
banner
|
|
29
68
|
base
|
|
30
69
|
basefont
|
|
70
|
+
baseline
|
|
31
71
|
bdi
|
|
32
72
|
bdo
|
|
73
|
+
bdz
|
|
74
|
+
behavior
|
|
33
75
|
bgcolor
|
|
34
76
|
bgsound
|
|
77
|
+
bidi
|
|
35
78
|
big
|
|
79
|
+
black
|
|
80
|
+
blank
|
|
36
81
|
blink
|
|
82
|
+
blob
|
|
83
|
+
block
|
|
37
84
|
blockquote
|
|
85
|
+
blue
|
|
86
|
+
bocu
|
|
38
87
|
body
|
|
39
|
-
|
|
88
|
+
boolean
|
|
89
|
+
border
|
|
90
|
+
bottom
|
|
91
|
+
bottommargin
|
|
92
|
+
box
|
|
93
|
+
brai
|
|
94
|
+
braille
|
|
95
|
+
browser
|
|
96
|
+
btn
|
|
40
97
|
buffered
|
|
41
98
|
busy
|
|
42
99
|
button
|
|
100
|
+
buttons
|
|
43
101
|
canvas
|
|
102
|
+
capabilities
|
|
44
103
|
caption
|
|
104
|
+
captions
|
|
105
|
+
capture
|
|
106
|
+
caret
|
|
107
|
+
categories
|
|
45
108
|
cell
|
|
109
|
+
cellpadding
|
|
110
|
+
cellspacing
|
|
46
111
|
center
|
|
112
|
+
cesu
|
|
47
113
|
challenge
|
|
114
|
+
change
|
|
115
|
+
chapters
|
|
116
|
+
char
|
|
117
|
+
characters
|
|
118
|
+
charoff
|
|
48
119
|
charset
|
|
49
120
|
checkbox
|
|
50
121
|
checked
|
|
122
|
+
cherry
|
|
123
|
+
child
|
|
124
|
+
circ
|
|
125
|
+
circle
|
|
51
126
|
cite
|
|
52
127
|
class
|
|
128
|
+
classid
|
|
129
|
+
clear
|
|
130
|
+
click
|
|
131
|
+
clip
|
|
132
|
+
clone
|
|
133
|
+
cmyk
|
|
53
134
|
code
|
|
54
135
|
codebase
|
|
136
|
+
codecs
|
|
137
|
+
codetype
|
|
55
138
|
col
|
|
56
139
|
colcount
|
|
57
140
|
colgroup
|
|
58
141
|
colindex
|
|
142
|
+
collapse
|
|
59
143
|
color
|
|
144
|
+
colors
|
|
60
145
|
cols
|
|
61
146
|
colspan
|
|
147
|
+
column
|
|
62
148
|
columnheader
|
|
149
|
+
columns
|
|
63
150
|
combobox
|
|
64
151
|
command
|
|
152
|
+
compact
|
|
153
|
+
compatibility
|
|
65
154
|
complementary
|
|
155
|
+
composite
|
|
156
|
+
config
|
|
157
|
+
constrain
|
|
158
|
+
constraints
|
|
159
|
+
contain
|
|
66
160
|
content
|
|
67
161
|
contenteditable
|
|
68
162
|
contentinfo
|
|
163
|
+
context
|
|
69
164
|
contextmenu
|
|
165
|
+
control
|
|
70
166
|
controls
|
|
167
|
+
controlslist
|
|
168
|
+
cookie
|
|
71
169
|
coords
|
|
170
|
+
copy
|
|
171
|
+
cover
|
|
172
|
+
creator
|
|
173
|
+
credentials
|
|
174
|
+
cross
|
|
72
175
|
crossorigin
|
|
73
176
|
csp
|
|
177
|
+
css
|
|
178
|
+
ctrl
|
|
74
179
|
current
|
|
180
|
+
currentcolor
|
|
181
|
+
customelements
|
|
182
|
+
cyrl
|
|
183
|
+
dark
|
|
184
|
+
darkgray
|
|
185
|
+
darkgrey
|
|
186
|
+
darkslategray
|
|
187
|
+
darkslategrey
|
|
75
188
|
data
|
|
189
|
+
datafld
|
|
76
190
|
datalist
|
|
191
|
+
dataset
|
|
192
|
+
datasrc
|
|
193
|
+
date
|
|
77
194
|
datetime
|
|
78
|
-
|
|
195
|
+
decimal
|
|
196
|
+
declare
|
|
79
197
|
decoding
|
|
198
|
+
decoration
|
|
80
199
|
default
|
|
81
200
|
defer
|
|
82
201
|
definition
|
|
83
202
|
del
|
|
203
|
+
deny
|
|
204
|
+
deprecated
|
|
84
205
|
describedby
|
|
206
|
+
description
|
|
207
|
+
descriptions
|
|
85
208
|
details
|
|
209
|
+
detection
|
|
210
|
+
device
|
|
211
|
+
devices
|
|
86
212
|
dfn
|
|
87
213
|
dialog
|
|
214
|
+
different
|
|
215
|
+
dimgray
|
|
216
|
+
dimgrey
|
|
88
217
|
dir
|
|
218
|
+
direction
|
|
89
219
|
directory
|
|
90
220
|
dirname
|
|
221
|
+
disable
|
|
91
222
|
disabled
|
|
223
|
+
disc
|
|
224
|
+
display
|
|
225
|
+
disposition
|
|
92
226
|
div
|
|
93
|
-
dl
|
|
94
227
|
document
|
|
228
|
+
dom
|
|
229
|
+
done
|
|
230
|
+
double
|
|
231
|
+
down
|
|
232
|
+
downgrade
|
|
95
233
|
download
|
|
234
|
+
downloads
|
|
96
235
|
draggable
|
|
97
236
|
dropeffect
|
|
98
237
|
dropzone
|
|
99
|
-
|
|
238
|
+
dsa
|
|
239
|
+
duration
|
|
240
|
+
eager
|
|
241
|
+
editable
|
|
100
242
|
element
|
|
101
|
-
|
|
243
|
+
elements
|
|
244
|
+
email
|
|
102
245
|
embed
|
|
246
|
+
emphasis
|
|
247
|
+
empty
|
|
248
|
+
enable
|
|
249
|
+
enabled
|
|
250
|
+
encode
|
|
103
251
|
enctype
|
|
252
|
+
ended
|
|
253
|
+
enterkeyhint
|
|
254
|
+
environment
|
|
104
255
|
equiv
|
|
256
|
+
error
|
|
105
257
|
errormessage
|
|
258
|
+
escape
|
|
259
|
+
event
|
|
260
|
+
events
|
|
261
|
+
example
|
|
262
|
+
exp
|
|
106
263
|
expanded
|
|
264
|
+
expect
|
|
265
|
+
experimental
|
|
266
|
+
explicitly
|
|
267
|
+
face
|
|
268
|
+
false
|
|
269
|
+
feature
|
|
270
|
+
features
|
|
107
271
|
feed
|
|
108
272
|
fieldset
|
|
109
273
|
figcaption
|
|
110
274
|
figure
|
|
275
|
+
file
|
|
276
|
+
filename
|
|
277
|
+
files
|
|
278
|
+
fill
|
|
279
|
+
first
|
|
280
|
+
fit
|
|
281
|
+
flex
|
|
282
|
+
float
|
|
111
283
|
flowto
|
|
284
|
+
focus
|
|
285
|
+
follow
|
|
112
286
|
font
|
|
113
287
|
footer
|
|
114
288
|
for
|
|
115
289
|
form
|
|
116
290
|
formaction
|
|
291
|
+
format
|
|
292
|
+
formenctype
|
|
293
|
+
formmethod
|
|
294
|
+
formnovalidate
|
|
295
|
+
forms
|
|
296
|
+
formtarget
|
|
297
|
+
fragment
|
|
117
298
|
frame
|
|
299
|
+
frameborder
|
|
118
300
|
frameset
|
|
301
|
+
fruit
|
|
302
|
+
fuchsia
|
|
303
|
+
full
|
|
304
|
+
fullscreen
|
|
305
|
+
future
|
|
306
|
+
gecko
|
|
307
|
+
generator
|
|
308
|
+
get
|
|
309
|
+
googlebot
|
|
119
310
|
grabbed
|
|
311
|
+
gradient
|
|
312
|
+
gray
|
|
313
|
+
green
|
|
314
|
+
grey
|
|
120
315
|
grid
|
|
121
316
|
gridcell
|
|
122
317
|
group
|
|
123
|
-
|
|
318
|
+
groups
|
|
319
|
+
guest
|
|
320
|
+
handler
|
|
321
|
+
hard
|
|
124
322
|
haspopup
|
|
323
|
+
hat
|
|
125
324
|
head
|
|
126
325
|
header
|
|
127
326
|
headers
|
|
@@ -130,120 +329,342 @@ height
|
|
|
130
329
|
hgroup
|
|
131
330
|
hidden
|
|
132
331
|
high
|
|
133
|
-
|
|
332
|
+
horizontal
|
|
134
333
|
href
|
|
135
334
|
hreflang
|
|
335
|
+
hsl
|
|
336
|
+
hsla
|
|
337
|
+
hspace
|
|
136
338
|
html
|
|
339
|
+
htmli
|
|
137
340
|
http
|
|
138
|
-
|
|
341
|
+
hwb
|
|
342
|
+
ian
|
|
343
|
+
iarc
|
|
139
344
|
icon
|
|
140
|
-
|
|
345
|
+
icons
|
|
141
346
|
iframe
|
|
142
347
|
image
|
|
143
348
|
img
|
|
349
|
+
implementation
|
|
350
|
+
import
|
|
144
351
|
importance
|
|
352
|
+
inactive
|
|
353
|
+
incremental
|
|
354
|
+
indeterminate
|
|
355
|
+
index
|
|
356
|
+
infinity
|
|
357
|
+
information
|
|
358
|
+
inherit
|
|
359
|
+
initial
|
|
360
|
+
inline
|
|
145
361
|
input
|
|
362
|
+
inputmode
|
|
146
363
|
ins
|
|
364
|
+
install
|
|
147
365
|
integrity
|
|
366
|
+
intrinsic
|
|
367
|
+
intrinsicsize
|
|
148
368
|
invalid
|
|
149
369
|
isindex
|
|
150
370
|
ismap
|
|
371
|
+
iso
|
|
372
|
+
itemid
|
|
151
373
|
itemprop
|
|
374
|
+
itemref
|
|
375
|
+
itemscope
|
|
376
|
+
itemtype
|
|
377
|
+
javascript
|
|
378
|
+
jis
|
|
379
|
+
johab
|
|
380
|
+
json
|
|
381
|
+
justify
|
|
382
|
+
kana
|
|
152
383
|
kbd
|
|
384
|
+
key
|
|
153
385
|
keygen
|
|
386
|
+
keyparams
|
|
154
387
|
keyshortcuts
|
|
155
388
|
keytype
|
|
389
|
+
keywords
|
|
156
390
|
kind
|
|
157
391
|
label
|
|
158
392
|
labelledby
|
|
393
|
+
landmark
|
|
159
394
|
lang
|
|
160
395
|
language
|
|
161
|
-
|
|
396
|
+
large
|
|
397
|
+
layout
|
|
398
|
+
lazy
|
|
399
|
+
left
|
|
400
|
+
leftmargin
|
|
162
401
|
legend
|
|
402
|
+
length
|
|
403
|
+
letter
|
|
163
404
|
level
|
|
164
|
-
|
|
405
|
+
light
|
|
406
|
+
lightgray
|
|
407
|
+
lightgrey
|
|
408
|
+
lightslategray
|
|
409
|
+
lightslategrey
|
|
410
|
+
lime
|
|
411
|
+
line
|
|
412
|
+
linear
|
|
165
413
|
link
|
|
166
414
|
list
|
|
167
415
|
listbox
|
|
416
|
+
listener
|
|
168
417
|
listing
|
|
169
418
|
listitem
|
|
170
419
|
live
|
|
420
|
+
load
|
|
421
|
+
loaded
|
|
422
|
+
loading
|
|
423
|
+
local
|
|
424
|
+
location
|
|
425
|
+
lock
|
|
171
426
|
log
|
|
427
|
+
login
|
|
428
|
+
long
|
|
429
|
+
longdesc
|
|
172
430
|
loop
|
|
173
431
|
low
|
|
432
|
+
ltr
|
|
433
|
+
made
|
|
434
|
+
mailto
|
|
174
435
|
main
|
|
175
436
|
manifest
|
|
176
437
|
map
|
|
438
|
+
margin
|
|
439
|
+
marginheight
|
|
440
|
+
marginwidth
|
|
177
441
|
mark
|
|
442
|
+
maroon
|
|
178
443
|
marquee
|
|
179
444
|
math
|
|
180
445
|
max
|
|
446
|
+
maximum
|
|
181
447
|
maxlength
|
|
448
|
+
mayscript
|
|
182
449
|
media
|
|
450
|
+
medium
|
|
183
451
|
menu
|
|
184
452
|
menubar
|
|
185
453
|
menuitem
|
|
186
454
|
menuitemcheckbox
|
|
187
455
|
menuitemradio
|
|
188
456
|
meta
|
|
457
|
+
metadata
|
|
189
458
|
meter
|
|
190
459
|
method
|
|
460
|
+
methods
|
|
461
|
+
middle
|
|
191
462
|
min
|
|
463
|
+
minimum
|
|
192
464
|
minlength
|
|
193
465
|
modal
|
|
466
|
+
modals
|
|
467
|
+
module
|
|
468
|
+
month
|
|
469
|
+
move
|
|
470
|
+
moz
|
|
471
|
+
mozactionhint
|
|
472
|
+
mozbrowser
|
|
194
473
|
multicol
|
|
195
474
|
multiline
|
|
475
|
+
multipart
|
|
196
476
|
multiple
|
|
197
477
|
multiselectable
|
|
478
|
+
music
|
|
479
|
+
must
|
|
198
480
|
muted
|
|
199
481
|
name
|
|
482
|
+
natural
|
|
200
483
|
nav
|
|
201
484
|
navigation
|
|
485
|
+
navigator
|
|
486
|
+
navy
|
|
487
|
+
new
|
|
488
|
+
next
|
|
202
489
|
nextid
|
|
490
|
+
noarchive
|
|
203
491
|
nobr
|
|
492
|
+
nocache
|
|
493
|
+
nodownload
|
|
204
494
|
noembed
|
|
495
|
+
nofollow
|
|
205
496
|
noframes
|
|
497
|
+
nofullscreen
|
|
498
|
+
nohref
|
|
499
|
+
noimageindex
|
|
500
|
+
noindex
|
|
501
|
+
nomodule
|
|
502
|
+
non
|
|
503
|
+
nonce
|
|
206
504
|
none
|
|
505
|
+
noopener
|
|
506
|
+
noreferrer
|
|
507
|
+
noremoteplayback
|
|
508
|
+
noresize
|
|
509
|
+
normal
|
|
207
510
|
noscript
|
|
511
|
+
noshade
|
|
512
|
+
nosnippet
|
|
513
|
+
not
|
|
208
514
|
note
|
|
515
|
+
notes
|
|
209
516
|
novalidate
|
|
517
|
+
now
|
|
518
|
+
nowrap
|
|
519
|
+
nth
|
|
520
|
+
null
|
|
521
|
+
number
|
|
522
|
+
numeric
|
|
523
|
+
nutrition
|
|
210
524
|
object
|
|
211
|
-
|
|
525
|
+
obsolete
|
|
526
|
+
off
|
|
527
|
+
olive
|
|
528
|
+
onactive
|
|
529
|
+
onaddtrack
|
|
530
|
+
onafterprint
|
|
531
|
+
onbeforeprint
|
|
532
|
+
onbeforeunload
|
|
533
|
+
onblur
|
|
534
|
+
ondragstart
|
|
535
|
+
onerror
|
|
536
|
+
onfocus
|
|
537
|
+
onhashchange
|
|
538
|
+
oninactive
|
|
539
|
+
onkeydown
|
|
540
|
+
onkeypress
|
|
541
|
+
onkeyup
|
|
542
|
+
onlanguagechange
|
|
543
|
+
onload
|
|
544
|
+
only
|
|
545
|
+
onmessage
|
|
546
|
+
onoffline
|
|
547
|
+
ononline
|
|
548
|
+
onpopstate
|
|
549
|
+
onredo
|
|
550
|
+
onremovetrack
|
|
551
|
+
onresize
|
|
552
|
+
onstorage
|
|
553
|
+
onundo
|
|
554
|
+
onunload
|
|
555
|
+
opacity
|
|
556
|
+
opaque
|
|
212
557
|
open
|
|
558
|
+
opener
|
|
213
559
|
optgroup
|
|
214
560
|
optimum
|
|
215
561
|
option
|
|
562
|
+
orange
|
|
563
|
+
orient
|
|
216
564
|
orientation
|
|
565
|
+
origin
|
|
566
|
+
outline
|
|
217
567
|
output
|
|
568
|
+
outset
|
|
569
|
+
overflow
|
|
570
|
+
overscroll
|
|
218
571
|
owns
|
|
219
|
-
|
|
572
|
+
padding
|
|
220
573
|
param
|
|
574
|
+
params
|
|
575
|
+
parent
|
|
576
|
+
part
|
|
577
|
+
partial
|
|
578
|
+
parts
|
|
579
|
+
password
|
|
221
580
|
pattern
|
|
581
|
+
payment
|
|
582
|
+
percentage
|
|
583
|
+
phone
|
|
222
584
|
picture
|
|
223
585
|
ping
|
|
586
|
+
pixel
|
|
587
|
+
pixels
|
|
224
588
|
placeholder
|
|
589
|
+
plain
|
|
225
590
|
plaintext
|
|
591
|
+
platform
|
|
592
|
+
playback
|
|
593
|
+
playsinline
|
|
594
|
+
pointer
|
|
595
|
+
policy
|
|
596
|
+
poly
|
|
597
|
+
polygon
|
|
598
|
+
poor
|
|
599
|
+
popups
|
|
226
600
|
posinset
|
|
601
|
+
position
|
|
602
|
+
post
|
|
227
603
|
poster
|
|
604
|
+
pqg
|
|
228
605
|
pre
|
|
606
|
+
prefer
|
|
607
|
+
prefers
|
|
608
|
+
prefetch
|
|
609
|
+
prefix
|
|
610
|
+
prefixed
|
|
229
611
|
preload
|
|
230
612
|
presentation
|
|
231
613
|
pressed
|
|
614
|
+
print
|
|
615
|
+
profile
|
|
232
616
|
progress
|
|
233
617
|
progressbar
|
|
234
|
-
|
|
618
|
+
prompt
|
|
619
|
+
protocol
|
|
620
|
+
public
|
|
621
|
+
publisher
|
|
622
|
+
purple
|
|
623
|
+
radial
|
|
235
624
|
radio
|
|
236
625
|
radiogroup
|
|
237
|
-
|
|
626
|
+
radius
|
|
627
|
+
range
|
|
628
|
+
ranges
|
|
629
|
+
rating
|
|
630
|
+
read
|
|
238
631
|
readonly
|
|
632
|
+
ready
|
|
633
|
+
rebeccapurple
|
|
634
|
+
recipe
|
|
635
|
+
rect
|
|
636
|
+
rectangle
|
|
637
|
+
red
|
|
638
|
+
referer
|
|
639
|
+
referrer
|
|
239
640
|
referrerpolicy
|
|
641
|
+
refresh
|
|
642
|
+
reg
|
|
240
643
|
region
|
|
644
|
+
register
|
|
241
645
|
rel
|
|
646
|
+
related
|
|
242
647
|
relevant
|
|
648
|
+
remote
|
|
649
|
+
remove
|
|
650
|
+
removetrack
|
|
651
|
+
repeat
|
|
652
|
+
repeating
|
|
653
|
+
request
|
|
243
654
|
required
|
|
655
|
+
requires
|
|
656
|
+
reset
|
|
657
|
+
results
|
|
658
|
+
rev
|
|
244
659
|
reversed
|
|
660
|
+
rgb
|
|
661
|
+
rgba
|
|
662
|
+
right
|
|
663
|
+
rightmargin
|
|
664
|
+
robots
|
|
245
665
|
role
|
|
246
666
|
roledescription
|
|
667
|
+
roletype
|
|
247
668
|
row
|
|
248
669
|
rowcount
|
|
249
670
|
rowgroup
|
|
@@ -251,90 +672,213 @@ rowheader
|
|
|
251
672
|
rowindex
|
|
252
673
|
rows
|
|
253
674
|
rowspan
|
|
254
|
-
|
|
255
|
-
rt
|
|
675
|
+
rsa
|
|
256
676
|
rtc
|
|
677
|
+
rtl
|
|
257
678
|
ruby
|
|
258
|
-
|
|
679
|
+
rule
|
|
680
|
+
rules
|
|
681
|
+
same
|
|
259
682
|
samp
|
|
260
683
|
sandbox
|
|
684
|
+
scalable
|
|
685
|
+
scale
|
|
686
|
+
scheme
|
|
261
687
|
scope
|
|
262
688
|
scoped
|
|
689
|
+
screen
|
|
690
|
+
screenshots
|
|
263
691
|
script
|
|
692
|
+
scripts
|
|
693
|
+
scroll
|
|
694
|
+
scrollamount
|
|
264
695
|
scrollbar
|
|
696
|
+
scrolldelay
|
|
697
|
+
scrolling
|
|
698
|
+
scsu
|
|
265
699
|
search
|
|
266
700
|
searchbox
|
|
267
701
|
section
|
|
702
|
+
sectionhead
|
|
703
|
+
secure
|
|
704
|
+
security
|
|
705
|
+
see
|
|
268
706
|
select
|
|
269
707
|
selected
|
|
708
|
+
self
|
|
709
|
+
send
|
|
710
|
+
sentences
|
|
270
711
|
separator
|
|
712
|
+
serviceworker
|
|
713
|
+
set
|
|
271
714
|
setsize
|
|
715
|
+
settings
|
|
272
716
|
shadow
|
|
717
|
+
shadowdom
|
|
273
718
|
shape
|
|
719
|
+
sheet
|
|
720
|
+
sheets
|
|
721
|
+
short
|
|
722
|
+
show
|
|
723
|
+
side
|
|
724
|
+
signed
|
|
725
|
+
silver
|
|
726
|
+
since
|
|
274
727
|
size
|
|
275
728
|
sizes
|
|
729
|
+
sizing
|
|
730
|
+
slice
|
|
731
|
+
slide
|
|
276
732
|
slider
|
|
277
733
|
slot
|
|
734
|
+
slurp
|
|
278
735
|
small
|
|
736
|
+
soft
|
|
279
737
|
sort
|
|
280
738
|
source
|
|
739
|
+
space
|
|
281
740
|
spacer
|
|
741
|
+
spacing
|
|
282
742
|
span
|
|
283
743
|
spellcheck
|
|
284
744
|
spinbutton
|
|
745
|
+
square
|
|
285
746
|
src
|
|
286
747
|
srcdoc
|
|
287
748
|
srclang
|
|
288
749
|
srcset
|
|
750
|
+
standard
|
|
751
|
+
standby
|
|
289
752
|
start
|
|
753
|
+
startup
|
|
754
|
+
state
|
|
290
755
|
status
|
|
291
756
|
step
|
|
757
|
+
stop
|
|
758
|
+
storage
|
|
759
|
+
stream
|
|
760
|
+
stretch
|
|
761
|
+
strict
|
|
292
762
|
strike
|
|
763
|
+
string
|
|
293
764
|
strong
|
|
765
|
+
structure
|
|
294
766
|
style
|
|
767
|
+
stylesheet
|
|
295
768
|
sub
|
|
769
|
+
submit
|
|
770
|
+
subtag
|
|
771
|
+
subtitles
|
|
296
772
|
summary
|
|
297
773
|
sup
|
|
774
|
+
support
|
|
775
|
+
supported
|
|
776
|
+
svg
|
|
298
777
|
switch
|
|
778
|
+
sync
|
|
299
779
|
tab
|
|
300
780
|
tabindex
|
|
301
781
|
table
|
|
302
782
|
tablist
|
|
303
783
|
tabpanel
|
|
784
|
+
tag
|
|
304
785
|
target
|
|
305
786
|
tbody
|
|
306
|
-
|
|
787
|
+
teal
|
|
788
|
+
tel
|
|
307
789
|
template
|
|
308
790
|
term
|
|
791
|
+
test
|
|
792
|
+
text
|
|
309
793
|
textarea
|
|
310
794
|
textbox
|
|
795
|
+
texttop
|
|
311
796
|
tfoot
|
|
312
|
-
|
|
797
|
+
the
|
|
313
798
|
thead
|
|
799
|
+
theme
|
|
800
|
+
then
|
|
801
|
+
thh
|
|
802
|
+
this
|
|
314
803
|
time
|
|
804
|
+
timeout
|
|
315
805
|
timer
|
|
316
806
|
title
|
|
317
807
|
toolbar
|
|
318
808
|
tooltip
|
|
319
|
-
|
|
809
|
+
top
|
|
810
|
+
topmargin
|
|
811
|
+
touch
|
|
320
812
|
track
|
|
813
|
+
trackid
|
|
814
|
+
tracks
|
|
321
815
|
translate
|
|
816
|
+
transparent
|
|
322
817
|
tree
|
|
323
818
|
treegrid
|
|
324
819
|
treeitem
|
|
325
|
-
|
|
820
|
+
triangle
|
|
821
|
+
true
|
|
822
|
+
truespeed
|
|
823
|
+
txt
|
|
326
824
|
type
|
|
327
|
-
|
|
328
|
-
|
|
825
|
+
typemustmatch
|
|
826
|
+
typing
|
|
827
|
+
unicode
|
|
828
|
+
unknown
|
|
829
|
+
unsafe
|
|
830
|
+
unset
|
|
831
|
+
update
|
|
832
|
+
uri
|
|
833
|
+
url
|
|
834
|
+
urlencoded
|
|
835
|
+
use
|
|
329
836
|
usemap
|
|
837
|
+
user
|
|
838
|
+
uses
|
|
839
|
+
utf
|
|
840
|
+
valign
|
|
330
841
|
value
|
|
331
842
|
valuemax
|
|
332
843
|
valuemin
|
|
333
844
|
valuenow
|
|
334
845
|
valuetext
|
|
846
|
+
valuetype
|
|
335
847
|
var
|
|
848
|
+
vendor
|
|
849
|
+
version
|
|
850
|
+
vertical
|
|
336
851
|
video
|
|
852
|
+
viewport
|
|
853
|
+
visibility
|
|
854
|
+
visited
|
|
855
|
+
vlink
|
|
856
|
+
volume
|
|
857
|
+
vspace
|
|
858
|
+
vtt
|
|
337
859
|
wbr
|
|
860
|
+
web
|
|
861
|
+
webcomponents
|
|
862
|
+
webkit
|
|
863
|
+
webkitdirectory
|
|
864
|
+
webmanifest
|
|
865
|
+
websites
|
|
866
|
+
week
|
|
867
|
+
well
|
|
868
|
+
when
|
|
869
|
+
white
|
|
870
|
+
widget
|
|
338
871
|
width
|
|
872
|
+
window
|
|
873
|
+
with
|
|
874
|
+
without
|
|
875
|
+
words
|
|
339
876
|
wrap
|
|
877
|
+
write
|
|
878
|
+
xml
|
|
879
|
+
xmlns
|
|
340
880
|
xmp
|
|
881
|
+
xyzzy
|
|
882
|
+
yellow
|
|
883
|
+
yes
|
|
884
|
+
zorp
|