|
@@ -1,6 +1,7 @@
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<html>
|
|
<head>
|
|
<head>
|
|
|
|
+ <meta charset="utf-8" />
|
|
<title>Typing Freaks Editor</title>
|
|
<title>Typing Freaks Editor</title>
|
|
<link rel="stylesheet" href="editor.css" />
|
|
<link rel="stylesheet" href="editor.css" />
|
|
</head>
|
|
</head>
|
|
@@ -63,7 +64,11 @@
|
|
/>
|
|
/>
|
|
<button class="play-section">Play</button>
|
|
<button class="play-section">Play</button>
|
|
<button class="remove-section">Remove</button>
|
|
<button class="remove-section">Remove</button>
|
|
- <input class="kana" autocomplete="off" />
|
|
|
|
|
|
+ <input
|
|
|
|
+ class="kana"
|
|
|
|
+ pattern="[a-zA-Zぁ-んァ-ンー\s]*"
|
|
|
|
+ autocomplete="off"
|
|
|
|
+ />
|
|
<input class="kanji" autocomplete="off" />
|
|
<input class="kanji" autocomplete="off" />
|
|
</template>
|
|
</template>
|
|
<template id="level-set-template">
|
|
<template id="level-set-template">
|