回答編集履歴

1

HTML修正

2018/02/15 07:12

投稿

x_x
x_x

スコア13749

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```HTML
4
4
 
5
- <input pattern="[^\x00-\x1f\x7f]*" />
5
+ <input type="text" pattern="[^\x00-\x1f\x7f]*" />
6
6
 
7
7
  ```
8
8
 
@@ -12,6 +12,6 @@
12
12
 
13
13
  ```HTML
14
14
 
15
- <input type="text" name="a" pattern="[^\x00-\x1f\x7f&lt;&gt;&quot;%]*" />
15
+ <input type="text" pattern="[^\x00-\x1f\x7f&lt;&gt;&quot;%]*" />
16
16
 
17
17
  ```