Timeline for Bootstrap: HTML markup review
Current License: CC BY-SA 3.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 23, 2017 at 12:40 | history | edited | CommunityBot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
| Jan 11, 2013 at 22:56 | comment | added | Dave Jarvis | stackoverflow.com/a/774065/59087 | |
| Jan 11, 2013 at 22:23 | comment | added | Randomblue |
Regarding wrapping input fields with label elements, could you give an example? I have tried and I cannot get focus when clicking the label.
|
|
| Jan 11, 2013 at 20:52 | comment | added | Dave Jarvis |
The doctype should be fine as is; Google and StackOveflow also use such a minimal declaration.
|
|
| Jan 11, 2013 at 20:51 | history | edited | Dave Jarvis | CC BY-SA 3.0 |
deleted 101 characters in body
|
| Jan 11, 2013 at 20:47 | comment | added | Randomblue |
Regarding the doctype, I grabbed it from HTML5 boilerplate.
|
|
| Jan 11, 2013 at 20:43 | history | edited | Dave Jarvis | CC BY-SA 3.0 |
added 107 characters in body
|
| Jan 11, 2013 at 20:42 | comment | added | Randomblue |
Regarding your note (before the closing body tag) I do not have a body tag. Well, at least it is implicit.
|
|
| Jan 11, 2013 at 20:38 | history | edited | Dave Jarvis | CC BY-SA 3.0 |
added 130 characters in body
|
| Jan 11, 2013 at 20:32 | history | edited | Dave Jarvis | CC BY-SA 3.0 |
added 92 characters in body
|
| Jan 11, 2013 at 20:31 | comment | added | Randomblue |
Regarding accessibility, I have made sure to have an alt attribute for the only image. What else do you suggest?
|
|
| Jan 11, 2013 at 20:31 | comment | added | Randomblue |
The reason I have the style in the HTML is because the CSS could load after the HTML, which might cause some elements to appear briefly before the CSS is fully loaded.
|
|
| Jan 11, 2013 at 20:26 | history | answered | Dave Jarvis | CC BY-SA 3.0 |