Architect's Log

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

2012-08-17から1日間の記事一覧

spellcheck属性

spellcheck属性は、入力可能な要素にスペルチェックを有効にするかどうかを指定します。 使用例 <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> レンダリング スペルチェック有効 スペルチェック無効 関連エントリー HTM…</html>