diff options
author | Nathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk> | 2015-01-23 17:17:30 +0000 |
---|---|---|
committer | Nathan Lasseter <Nathan Lasseter nathan@bytemark.co.uk> | 2015-01-23 17:17:30 +0000 |
commit | 4e0218895efd84adeb613a9b068bc52989ad518e (patch) | |
tree | 41c0d785c78a09106665f94c213cbcbdde76074b /example.html.rb | |
parent | d927f4a0e7c87c6ff50e69f9fbaa4ade827d2f06 (diff) |
Really working in the tree structure for tags. aiming to remove all of the aliases in favour of the new style.HEADmaster
Diffstat (limited to 'example.html.rb')
-rw-r--r-- | example.html.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example.html.rb b/example.html.rb index 553ef0e..159f996 100644 --- a/example.html.rb +++ b/example.html.rb @@ -26,6 +26,7 @@ puts html { a({"href" => "/"}) { "A link home" } + + input({"webkit-speech-recognition" => nil}) {} + map { area {} } |