-
Notifications
You must be signed in to change notification settings - Fork 480
Style fixes in the jQuery Mobile section. #329
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
Conversation
Code changes: * Spaces to tabs. * Lower-case doctype tag. * Always use self-closing HTML elements. * Fix incorrect "/header" comment.
Style fixes: * Oxford commas. * Title case headers. * `<tagname>` instead of `tagname` for inline HTML code. * A few word reshuffles for sentence clarity. * Double instead of single quotes in body text. * …various bits and pieces.
So, what's happening with these pull requests? It's been three weeks now :) |
|
||
``` | ||
<!DOCTYPE html> | ||
<!doctype html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just followed the style used in the examples in the jQuery HTML style guide: http://contribute.jquery.org/style-guide/html/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, lowercase tags is always correct.
Fixed the self-closing (doh!) tags now. |
Thanks @alimony. I'm aiming to trim this backlog of PRs today and then connect with you about setting you up as a repo collaborator!! |
@ajpiano Cool, seems like all of them are merged now. I still have a few pages to go through, having repo access when doing so could definitely keep the workload down for the rest of you. I could help out with some of the others' pull requests too. How do we set this up? And how should it work? Do I still open PRs based on feature branches, but merge them myself? Thanks for spending some time with my pull requests :) |
See commit messages for details.