Update HTML documentation

Fixes https://devdocs.io/html/global_attributes/inputmode entry.

Fixes #1252.
pull/1536/head
Simon Legner 4 years ago
parent c0ddcf3469
commit 04828da81d

@ -8,7 +8,7 @@ module Docs
name = super
name.sub!('Element.', '').try(:downcase!)
name.sub!('Global attributes.', '').try(:concat, ' (attribute)')
name.sub!(/input.(\w+)/, 'input type="\1"')
name.sub!(/input\.([-\w]+)/, 'input type="\1"')
name
end

@ -29,7 +29,7 @@ module Docs
url
end
# self.release = '2021-04-29'
# self.release = '2021-04-29 23:00'
end
end

Loading…
Cancel
Save