Skip to content

Commit 3185657

Browse files
arthurvrtimmywil
authored andcommitted
child-selector: remove sentence about browser support
Closes gh-662
1 parent 353fb32 commit 3185657

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entries/child-selector.xml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
</signature>
1414
<desc>Selects all direct child elements specified by "child" of elements specified by "parent".</desc>
1515
<longdesc>
16-
<p>As a CSS selector, the child combinator is supported by all modern web browsers including Safari, Firefox, Opera, Chrome, and Internet Explorer 7 and above, but notably not by Internet Explorer versions 6 and below. However, in jQuery, this selector (along with all others) works across all supported browsers, including IE6.</p>
1716
<p>The child combinator (E <strong>&gt;</strong> F) can be thought of as a more specific form of the descendant combinator (E F) in that it selects only first-level descendants.</p>
1817
</longdesc>
1918
<example>

0 commit comments

Comments
 (0)