diff --git a/entries/submit-selector.xml b/entries/submit-selector.xml index f6c48b8f..43925590 100644 --- a/entries/submit-selector.xml +++ b/entries/submit-selector.xml @@ -9,7 +9,7 @@

The :submit selector typically applies to button or input elements. Note that some browsers treat <button> element as type="submit" implicitly while others (such as Internet Explorer) do not. To ensure that markup works consistently across all browsers and guarantee that it is possible to consistently select buttons that will submit a form, always specify a type property.

- + Finds all submit elements that are descendants of a td element.