Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions reference/forms/types/search.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ SearchType Field
This renders an ``<input type="search">`` field, which is a text box with
special functionality supported by some browsers.

Read about the input search field at `DiveIntoHTML5.info`_

+---------------------------+----------------------------------------------------------------------+
| Rendered as | ``input search`` field |
+---------------------------+----------------------------------------------------------------------+
Expand Down Expand Up @@ -65,5 +63,3 @@ The default value is ``''`` (the empty string).
.. include:: /reference/forms/types/options/row_attr.rst.inc

.. include:: /reference/forms/types/options/trim.rst.inc

.. _`DiveIntoHTML5.info`: http://diveintohtml5.info/forms.html#type-search
Loading