Closed
Bug 1051609
Opened 10 years ago
Closed 10 years ago
List of HTML5 tags broken
Categories
(Webmaker Graveyard :: Thimble, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: udeepak010, Assigned: udeepak010)
Details
Attachments
(2 files)
Steps to reproduce:
1. Open Thimble.
2. Enter any invalid HTML5 tag.
3. Click on "List of HTML5 tags" link.
Actual results:
The link is no longer available.
Expected results:
List of HTML5 tags.
Comment 1•10 years ago
|
||
I can confirm this.
And, it looks like Josh Duck has removed it from his site intentionally, because http://joshduck.com/projects.html links to the same page.
Here's an (unreliable?) mirror of the same: http://smm.zoomquiet.io/data/20110511083224/index.html
Maybe we should link to https://developer.mozilla.org/docs/Web/Guide/HTML/HTML5/HTML5_element_list
Comment 2•10 years ago
|
||
https://github.com/mozilla/thimble.webmaker.org/blob/master/locale/en_US/thimble-dialog-messages.json#L12
seems to be the line that needs change.
Also, a github search https://github.com/search?l=&q=joshduck+user%3Amozilla&ref=advsearch&type=Code&utf8=%E2%9C%93 brings up some other uses of the same link, which may also need to be fixed.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → udeepak010
Assignee | ||
Comment 3•10 years ago
|
||
I have created a pull request in github: https://github.com/mozilla/thimble.webmaker.org/pull/440 .
The link has been replaced with another one.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
Attachment #8470821 -
Flags: review?(pomax)
Comment 5•10 years ago
|
||
Hi udeepak010, thanks for writing a patch to fix this bug! Before we resolve this bug, we'll need to review and commit your patch.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•10 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 6•10 years ago
|
||
OK Thanks.
Comment 7•10 years ago
|
||
I'm thinking a web page (even if different from the "periodic table" style) would be better than an *image* of the periodic table.
Assignee | ||
Comment 8•10 years ago
|
||
I don't think that the page you have attached contains a list of all the HTML5 tags. And on top of that this was the image that was present in the existing link.
Comment on attachment 8470821 [details] [review]
https://github.com/mozilla/thimble.webmaker.org/pull/440
let's use https://developer.mozilla.org/en/docs/Web/Guide/HTML/HTML5/HTML5_element_list instead here
Attachment #8470821 -
Flags: review?(pomax) → review-
Assignee | ||
Comment 10•10 years ago
|
||
So shall I make another pull request with the link you provided?
Flags: needinfo?(pomax)
Comment 11•10 years ago
|
||
no need for a new pull request, just update the branch you filed your PR for, and the pull request will automatically update along with it.
Flags: needinfo?(pomax)
Assignee | ||
Comment 12•10 years ago
|
||
I've done that.
Comment 13•10 years ago
|
||
So is this bug solved or still some work pending ?
Assignee | ||
Comment 14•10 years ago
|
||
I am marking it as resolved as I have made the pull request and the bug has been solved.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Attachment #8470821 -
Flags: review- → review+
Comment 15•10 years ago
|
||
I just merged that pull request, so you'll see it on Thimble later today
You need to log in
before you can comment on or make changes to this bug.
Description
•