質問編集履歴

1

試したことを追記

2018/08/02 10:13

投稿

Kentarito
Kentarito

スコア6

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,36 @@
22
22
 
23
23
 
24
24
 
25
+ 上を下記のように変更
26
+
27
+
28
+
29
+ <input type="text" ...>
30
+
31
+
32
+
33
+ input:focus::placeholder
34
+
35
+ {
36
+
37
+ color: transparent;
38
+
39
+ }
40
+
41
+
42
+
43
+ @font-face {
44
+
45
+ font-family: 'password';
46
+
47
+ src: url(https://jsbin-user-assets.s3.amazonaws.com/rafaelcastrocouto/password.ttf);
48
+
49
+ letter-spacing: 2px;
50
+
51
+ }
52
+
53
+
54
+
25
55
  ソースコード
26
56
 
27
57
  ```
@@ -32,7 +62,7 @@
32
62
 
33
63
 
34
64
 
35
- ここにより詳細な情報を記載してください。
65
+ ここにより詳細な情報を記載してください。上記の方法だと、日本語を入力した際に、パスワードが表示されてしまいます。
36
66
 
37
67
 
38
68