Closed
Bug 187831
Opened 22 years ago
Closed 21 years ago
make non-JavaScript alternatives
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: brant, Assigned: rbs)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20021231
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20021231
The JavaScript links look like broken links to non-JS browsers or with JS off.
Reproducible: Always
Steps to Reproduce:
1. Turn JavaScript off.
2. Click a link.
Actual Results:
Nothing happens/broken page
Expected Results:
The link should go somewhere.
I think this can work in pseudocode form to fix the issue:
<script>
if JavaScript enabled then write
<a href="javascript:function">test</a>
</script>
<noscript>
<a href="alternate">test</a>
</noscript>
Updated•21 years ago
|
QA Contact: imajes → stolenclover
Comment 2•21 years ago
|
||
not going to do ~100 new pages for this
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WONTFIX
Updated•17 years ago
|
Product: mozilla.org → Websites
Updated•12 years ago
|
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•