mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 21:23:14 +08:00
Fix links for awesome bot (#4)
This commit is contained in:
@ -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/)
|
||||
|
@ -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/
|
||||
|
||||
|
@ -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/
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user