-
Notifications
You must be signed in to change notification settings - Fork 9
Usecases fixup #42
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
Usecases fixup #42
Conversation
@@ -251,7 +261,7 @@ | |||
multiple versions of an image based on different characteristics | |||
(e.g., format, resolution, orientation, etc.). This allows the user | |||
agent to select the optimum image to present to an end-user based | |||
on the user agent's environmental conditions, while also providing | |||
on the user agent's <a>environmental conditions</a>, while also providing |
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.
Shouldn't the <a>
link somewhere? It's probably some convention I'm not aware of, but I'm not getting its purpose
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.
ReSpec autolinks these bad boys to the appropriate definition.
between image quality and file size. Icons are often simpler in terms | ||
of color depth, but may require alpha transparency; the PNG and WebP | ||
format is better-suited to these needs. | ||
Developers rely on different on capabilities of a range of image |
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.
s/on//
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.
fixed
Ok! let's get this puppy published! |
Rewrote a bunch of sections - made a clearer distinction between viewport selection and resolution selection. Added src-n to the list of proposed solutions + description. Resized images, removed scripts at the end of the page that we were not using.