OLD | NEW |
---|---|
1 #data | 1 #data |
2 <foo bar=qux/> | 2 <foo bar=qux/> |
3 #errors | 3 #errors |
4 #document | 4 #document |
5 | <html> | 5 | <html> |
6 | <head> | 6 | <head> |
7 | <body> | 7 | <body> |
8 | <foo> | 8 | <foo> |
9 | bar="qux/" | 9 | bar="qux/" |
10 | 10 |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
142 table | 142 table |
143 #document | 143 #document |
144 | <form> | 144 | <form> |
145 | action="x" | 145 | action="x" |
146 | <hr> | 146 | <hr> |
147 | <label> | 147 | <label> |
148 | "This is a searchable index. Enter search keywords: " | 148 | "This is a searchable index. Enter search keywords: " |
149 | <input> | 149 | <input> |
150 | name="isindex" | 150 | name="isindex" |
151 | <hr> | 151 | <hr> |
152 | |
153 #data | |
154 <option><XH<optgroup></optgroup> | |
155 #errors | |
156 #document-fragment | |
157 select | |
158 #document | |
159 | <option> | |
OLD | NEW |