Architect's Log

I'm a Cloud Architect. I'm highly motivated to reduce toils with driving DevOps.

spellcheck属性

spellcheck属性は、入力可能な要素にスペルチェックを有効にするかどうかを指定します。

使用例

<!DOCTYPE html>
<html lang="ja">
<head>
<title>Hello! HTML5</title>
<meta charset="UTF-8">
</head>
<body>
<form action="./regeister.html">
<input type="text" name="username" spellcheck="true" />
</form>
</body>

レンダリング

スペルチェック有効

スペルチェック無効