Closed
Bug 261050
Opened 21 years ago
Closed 14 years ago
add hidden support for ( in "document.images"
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 289876
People
(Reporter: bugzilla, Unassigned)
Details
Attachments
(1 file)
|
294 bytes,
text/html
|
Details |
couldn't we add a "hidden" DOM support for document.images which many sites uses
for onmouseover etc.
if you have:
<img name="test" src=".....
then in JS you could:
document.images('test').src
| Reporter | ||
Comment 1•21 years ago
|
||
Comment 2•21 years ago
|
||
I'm not sure what you are asking for exactly, as mozilla supports document.images.
are you suggesting hiding that support?
or are you suggesting to support the () notation in addition to []?
| Reporter | ||
Comment 3•21 years ago
|
||
yes I meant support of "("
Summary: add hidden "document.images" support → add hidden support for ( in "document.images"
Comment 4•21 years ago
|
||
There are existing bugs requesting support for "()" in collections like this...
Whiteboard: DUPEME
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Whiteboard: DUPEME
You need to log in
before you can comment on or make changes to this bug.
Description
•