Skip to content

Commit f64b8ed

Browse files
committed
child-selector: Remove note about deprecation.
1 parent d3cdfef commit f64b8ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

entries/child-selector.xml

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
<longdesc>
1616
<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>
1717
<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>
18-
<blockquote>
19-
<p><strong>Note: </strong>The <code>$("&gt; elem", context)</code> selector will be deprecated in a future release. Its usage is thus discouraged in lieu of using alternative selectors.</p>
20-
</blockquote>
2118
</longdesc>
2219
<example>
2320
<desc>Places a border around all list items that are children of &lt;ul class="topnav"&gt; .</desc>

0 commit comments

Comments
 (0)