Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The hotlink is not valid XHTML #77

Closed
JensRantil opened this issue Aug 24, 2011 · 3 comments
Closed

The hotlink is not valid XHTML #77

JensRantil opened this issue Aug 24, 2011 · 3 comments

Comments

@JensRantil
Copy link

The hotlink

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.1.0.min.css">

in the README.md and on http://twitter.github.com/bootstrap/ does validate correctly in XHTML doctype. Consider rewriting it to

<link rel="stylesheet" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.1.0.min.css" />
@weslly
Copy link
Contributor

weslly commented Aug 24, 2011

it's valid in HTML 5 (which is the doctype used for bootstrap)

http://www.w3.org/TR/html5/semantics.html#the-link-element

@necolas
Copy link
Contributor

necolas commented Aug 24, 2011

Probably shouldn't hotlink at all (unless things have changed)

@mdo
Copy link
Member

mdo commented Aug 25, 2011

Yes, the doctype is HTML5 here, not XHTML. If you want that doctype, go ahead and use that hotlink, but for Bootstrap out of the gate, the included is fine (though I try to include the trailing slash still, as it validates in both).

Hmm, I asked @kneath about the hotlinking of our files and he said it was good. Unless things have changed hotlinking from the GitHub pages stuff is kosher.

@mdo mdo closed this as completed Aug 25, 2011
daveobriencouk pushed a commit to egocreative/bootstrap that referenced this issue Nov 18, 2012
…headers installed. (thx swaroopch)

WHO ARE THESE PEOPLE!?
also fixes twbs#77.
thx simshaun as well.
mikejr83 pushed a commit to SumTotalSystems/bootstrap that referenced this issue Mar 29, 2016
Inherit the class attribute when generating the table header's column.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants