Skip to content

Commit

Permalink
Use only star as list item symbol (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemart3D committed Sep 29, 2020
1 parent 6d21e98 commit 8883dd1
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Expand Up @@ -151,7 +151,7 @@ Some resources possess an emoticon to help you understand which type of content
> * 馃摉 [Configuring Web Applications](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html)
> * 馃摉 [Supported Meta Tags](https://developer.apple.com/library/content/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html)
- [ ] **Windows Tiles:** ![Low][low_img] Windows tiles are present and linked.
* [ ] **Windows Tiles:** ![Low][low_img] Windows tiles are present and linked.

```html
<!-- Microsoft Tiles -->
Expand Down Expand Up @@ -367,14 +367,14 @@ Visualize and generate automatically our social meta tags with [Meta Tags](https
### Performance

- [ ] **Concatenation:** ![High][high_img] CSS files are concatenated in a single file *(Not for HTTP/2)*.
- [ ] **Minification:** ![High][high_img] All CSS files are minified.
- [ ] **Non-blocking:** ![Medium][medium_img] CSS files need to be non-blocking to prevent the DOM from taking time to load.
* [ ] **Concatenation:** ![High][high_img] CSS files are concatenated in a single file *(Not for HTTP/2)*.
* [ ] **Minification:** ![High][high_img] All CSS files are minified.
* [ ] **Non-blocking:** ![Medium][medium_img] CSS files need to be non-blocking to prevent the DOM from taking time to load.

> * 馃摉 [loadCSS by filament group](https://github.com/filamentgroup/loadCSS)
> * 馃摉 [Example of preload CSS using loadCSS](https://gist.github.com/thedaviddias/c24763b82b9991e53928e66a0bafc9bf)
- [ ] **Unused CSS:** ![Low][low_img] Remove unused CSS.
* [ ] **Unused CSS:** ![Low][low_img] Remove unused CSS.

> * 馃洜 [UnCSS Online](https://uncss-online.com/)
> * 馃洜 [PurifyCSS](https://github.com/purifycss/purifycss)
Expand All @@ -399,7 +399,7 @@ Visualize and generate automatically our social meta tags with [Meta Tags](https
* [ ] **Mobile Browsers:** ![High][high_img] All pages were tested on all current mobile browsers (Native browser, Chrome, Safari...).
* [ ] **OS:** ![High][high_img] All pages were tested on all current OS (Windows, Android, iOS, Mac...).

- [ ] **Design fidelity:** ![Low][low_img] Depending on the project and the quality of the creatives, you may be asked to be close to the design. You can use some tools to compare creatives with your code implementation and ensure consistency.
* [ ] **Design fidelity:** ![Low][low_img] Depending on the project and the quality of the creatives, you may be asked to be close to the design. You can use some tools to compare creatives with your code implementation and ensure consistency.

> [Pixel Perfect - Chrome Extension](https://chrome.google.com/webstore/detail/perfectpixel-by-welldonec/dkaagdgjmgdmbnecmcefdhjekcoceebi?hl=en)
Expand Down Expand Up @@ -546,10 +546,10 @@ Visualize and generate automatically our social meta tags with [Meta Tags](https

### Best practices

- [ ] **Goals to achieve:** ![Medium][medium_img] Your pages should reach these goals:
- First Meaningful Paint under 1 second
- Time To Interactive under 5 seconds for the "average" configuration (a $200 Android on a slow 3G network with 400ms RTT and 400kbps transfer speed) and under 2 seconds for repeat visits
- Critical file size under 170Kb gzipped
* [ ] **Goals to achieve:** ![Medium][medium_img] Your pages should reach these goals:
* First Meaningful Paint under 1 second
* Time To Interactive under 5 seconds for the "average" configuration (a $200 Android on a slow 3G network with 400ms RTT and 400kbps transfer speed) and under 2 seconds for repeat visits
* Critical file size under 170Kb gzipped

> * 馃洜 [Website Page Analysis](https://tools.pingdom.com)
> * 馃洜 [WebPageTest](https://www.webpagetest.org/)
Expand Down Expand Up @@ -619,11 +619,11 @@ Visualize and generate automatically our social meta tags with [Meta Tags](https
### Best practices

- [ ] **Progressive enhancement:** ![Medium][medium_img] Major functionality like main navigation and search should work without JavaScript enabled.
* [ ] **Progressive enhancement:** ![Medium][medium_img] Major functionality like main navigation and search should work without JavaScript enabled.

> * 馃摉 [Enable / Disable JavaScript in Chrome Developer Tools](https://www.youtube.com/watch?v=kBmvq2cE0D8)
- [ ] **Color contrast:** ![Medium][medium_img] Color contrast should at least pass WCAG AA (AAA for mobile).
* [ ] **Color contrast:** ![Medium][medium_img] Color contrast should at least pass WCAG AA (AAA for mobile).

> * 馃洜 [Contrast ratio](https://leaverou.github.io/contrast-ratio/)
Expand All @@ -636,7 +636,7 @@ Visualize and generate automatically our social meta tags with [Meta Tags](https
### Semantics

- [ ] **Specific HTML5 input types are used:** ![Medium][medium_img] This is especially important for mobile devices that show customized keypads and widgets for different types.
* [ ] **Specific HTML5 input types are used:** ![Medium][medium_img] This is especially important for mobile devices that show customized keypads and widgets for different types.

> * 馃摉 [Mobile Input Types](http://mobileinputtypes.com/)
Expand Down

0 comments on commit 8883dd1

Please sign in to comment.