Skip to content

Instantly share code, notes, and snippets.

@wataru420
Created January 31, 2012 12:05
Show Gist options
  • Save wataru420/1710150 to your computer and use it in GitHub Desktop.
Save wataru420/1710150 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="utf-8">
<title>x-webkit-speech test</title>
<script>
function speechInput() {
alert("changed!");
}
</script>
</head>
<body>
<input type="text" x-webkit-speech onwebkitspeechchange="speechInput();" />
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment