Side navigation
#5377 closed enhancement (fixed)
Opened October 14, 2009 09:07PM UTC
Closed October 15, 2009 12:31AM UTC
Documentation for tag selector is unclear
Reported by: | henrys | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 1.4 |
Component: | docs | Version: | 1.3.2 |
Keywords: | documentation, tag, name, selector | Cc: | |
Blocked by: | Blocking: |
Description
URL: http://docs.jquery.com/Selectors
The documentation for the tag selector should clarify that it matches on TAG name. The current wording "Matches all elements with the given name" could be interpreted as matching elements with a matching "name" attribute (i.e. like getElementsByName is supposed to do)
Replacing "name" with "tag name" should suffice. Note: The page is locked for editing.
Attachments (0)
Change History (1)
Changed October 15, 2009 12:31AM UTC by comment:1
description: | \ URL: http://docs.jquery.com/Selectors \ \ The documentation for the tag selector should clarify that it matches on TAG name. The current wording "Matches all elements with the given name" could be interpreted as matching elements with a matching "name" attribute (i.e. like getElementsByName is supposed to do) \ \ Replacing "name" with "tag name" should suffice. Note: The page is locked for editing. → URL: http://docs.jquery.com/Selectors \ \ The documentation for the tag selector should clarify that it matches on TAG name. The current wording "Matches all elements with the given name" could be interpreted as matching elements with a matching "name" attribute (i.e. like getElementsByName is supposed to do) \ \ Replacing "name" with "tag name" should suffice. Note: The page is locked for editing. |
---|---|
resolution: | → fixed |
status: | new → closed |
Agreed; fixed.