Fix links for awesome bot (#4)

This commit is contained in:
Yangshun Tay
2017-09-26 15:50:20 +08:00
committed by GitHub
parent 72d61f5d69
commit 09a688e3da
6 changed files with 9 additions and 10 deletions

View File

@ -34,7 +34,7 @@ High level flow of how browsers render a webpage:
###### References
- https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/webkitflow.png
- http://taligarsiel.com/Projects/howbrowserswork1.htm
- https://medium.freecodecamp.org/its-not-dark-magic-pulling-back-the-curtains-from-your-stylesheets-c8d677fa21b2
## Repaint
@ -53,7 +53,7 @@ When the changes affect document contents or structure, or element position, a r
#### References
- [How Browsers Work](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/)
- [How Browsers Work](http://taligarsiel.com/Projects/howbrowserswork1.htm)
- [What Every Frontend Developer Should Know About Webpage Rendering](http://frontendbabel.info/articles/webpage-rendering-101/)
- [Rendering: repaint, reflow/relayout, restyle](http://www.phpied.com/rendering-repaint-reflowrelayout-restyle/)
- [Building the DOM faster: speculative parsing, async, defer and preload](https://hacks.mozilla.org/2017/09/building-the-dom-faster-speculative-parsing-async-defer-and-preload/)

View File

@ -581,7 +581,6 @@ When using `translate()`, the element still takes up its original space (sort of
### Other Answers
- https://neal.codes/blog/front-end-interview-css-questions
- http://jgthms.com/css-interview-questions-and-answers.html
- https://quizlet.com/28293152/front-end-interview-questions-css-flash-cards/
- http://peterdoes.it/2015/12/03/a-personal-exercise-front-end-job-interview-questions-and-my-answers-all/

View File

@ -58,7 +58,7 @@ Performance
## Web Performance Rules
- https://www.html5rocks.com/en/tutorials/webperformance/basics/
- https://developers.google.com/web/fundamentals/performance/critical-rendering-path/measure-crp
- http://stevesouders.com/hpws/rules.php
- https://developer.yahoo.com/performance/rules.html
- https://browserdiet.com/en/

View File

@ -52,7 +52,7 @@ XSS vulnerabilities allow attackers to bypass essentially all CSRF preventions.
###### References
https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)
- [OWASP CSRF](https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF))
## HTTPS