diff --git a/Translations/Chinese/questions/css-questions.md b/Translations/Chinese/questions/css-questions.md index 9844567a0..7bbbada12 100644 --- a/Translations/Chinese/questions/css-questions.md +++ b/Translations/Chinese/questions/css-questions.md @@ -1,6 +1,6 @@ # CSS 问题 -本章节是[前端开发者面试问题 - CSS 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/css-questions.md)的参考答案。 欢迎提出 PR 进行建议和指正! +本章节是[前端开发者面试问题 - CSS 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/css-questions.md)的参考答案。 欢迎提出 PR 进行建议和指正! * [CSS 选择器的优先级是如何计算的?](#css-选择器的优先级是如何计算的) * [重置(resetting)CSS 和 标准化(normalizing)CSS 的区别是什么?你会选择哪种方式,为什么?](#重置resettingcss-和-标准化normalizingcss-的区别是什么你会选择哪种方式为什么) @@ -223,7 +223,7 @@ CSS 中的`z-index`属性控制重叠元素的垂直叠加顺序。`z-index`只 通过设置`fill`和`stroke`属性,可以完成基本着色操作。`fill`可以设置内部的颜色,`stroke`可以设置周围绘制的线条的颜色。你可以使用与`HTML`中使用的CSS颜色命名方案相同的CSS颜色命名方案:颜色名称(即`red`)、RGB值(即`rgb(255,0,0)`)、十六进制值、RGBA值等等。 ```html - ``` diff --git a/Translations/Chinese/questions/html-questions.md b/Translations/Chinese/questions/html-questions.md index 99fe308b0..18499fa7b 100644 --- a/Translations/Chinese/questions/html-questions.md +++ b/Translations/Chinese/questions/html-questions.md @@ -1,6 +1,6 @@ # HTML 问题 -本章节是[前端开发者面试问题 - HTML 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions#html-questions)的参考答案。 欢迎提出 PR 进行建议和指正! +本章节是[前端开发者面试问题 - HTML 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/html-questions.md)的参考答案。 欢迎提出 PR 进行建议和指正! * [`DOCTYPE`有什么用?](#doctype有什么用) * [如何提供包含多种语言内容的页面?](#如何提供包含多种语言内容的页面) diff --git a/Translations/Chinese/questions/javascript-questions.md b/Translations/Chinese/questions/javascript-questions.md index 04ac61bc7..cf31f6d16 100644 --- a/Translations/Chinese/questions/javascript-questions.md +++ b/Translations/Chinese/questions/javascript-questions.md @@ -1,6 +1,6 @@ ## JS 问题 -本章节是[前端开发者面试问题 - JS 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/javascript-questions.md)的参考答案。 欢迎提出 PR 进行建议和指正! +本章节是[前端开发者面试问题 - JS 部分](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/javascript-questions.md)的参考答案。 欢迎提出 PR 进行建议和指正! * [请解释事件委托(event delegation)。](#请解释事件委托event-delegation) * [请简述`JavaScript`中的`this`。](#请简述javascript中的this) diff --git a/Translations/Japanese/questions/css-questions.md b/Translations/Japanese/questions/css-questions.md index cecf1fdf4..df4814f0b 100644 --- a/Translations/Japanese/questions/css-questions.md +++ b/Translations/Japanese/questions/css-questions.md @@ -1,6 +1,6 @@ # CSS に関する質問 -[Front-end Job Interview Questions - CSS Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/css-questions.md) の回答集です。提案や訂正のプルリクエストは大歓迎です! +[Front-end Job Interview Questions - CSS Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/css-questions.md) の回答集です。提案や訂正のプルリクエストは大歓迎です! * [CSS セレクターの詳細度とは何ですか?どのようにはたらきますか?](#css-セレクターの詳細度とは何ですかそれはどのようにはたらきますか) * ["リセット" と "ノーマライズ" CSS の違いは何ですか?あなたはどちらを使いますか?そしてそれはなぜですか?](#リセット-と-ノーマライズ-css-の違いは何ですかあなたはどちらを使いますかそしてそれはなぜですか) diff --git a/Translations/Japanese/questions/html-questions.md b/Translations/Japanese/questions/html-questions.md index 9cdfdb3a7..347e804a7 100644 --- a/Translations/Japanese/questions/html-questions.md +++ b/Translations/Japanese/questions/html-questions.md @@ -1,6 +1,6 @@ # HTML に関する質問 -[Front-end Job Interview Questions - HTML Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/html-questions.md) の回答集です。提案や訂正のプルリクエストは大歓迎です! +[Front-end Job Interview Questions - HTML Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/html-questions.md) の回答集です。提案や訂正のプルリクエストは大歓迎です! * [`DOCTYPE` は何のためにあるものですか?](#doctype-は何のためにあるものですか) * [どのようにすれば複数の言語のコンテンツを含むページを提供できますか?](#どのようにすれば複数の言語のコンテンツを含むページを提供できますか) diff --git a/Translations/Japanese/questions/javascript-questions.md b/Translations/Japanese/questions/javascript-questions.md index ea3674f72..540758a51 100644 --- a/Translations/Japanese/questions/javascript-questions.md +++ b/Translations/Japanese/questions/javascript-questions.md @@ -1,6 +1,6 @@ # JS に関する質問 -[Front-end Job Interview Questions - JS Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/javascript-questions.md) の回答集です。提案や訂正のプルリクエストは大歓迎です! +[Front-end Job Interview Questions - JS Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/javascript-questions.md) の回答集です。提案や訂正のプルリクエストは大歓迎です! * [イベントデリゲーションについて説明してください。](#イベントデリゲーションについて説明してください) * [JavaScript の `this` はどう機能するものなのか説明してください。](#javascript-の-this-はどう機能するものなのか説明してください) diff --git a/Translations/Portuguese/questions/html-questions.md b/Translations/Portuguese/questions/html-questions.md index 659c9b6a5..de9a26dbf 100644 --- a/Translations/Portuguese/questions/html-questions.md +++ b/Translations/Portuguese/questions/html-questions.md @@ -1,6 +1,6 @@ # Perguntas HTML -Respostas a [Front-end Job Interview Questions - HTML Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/html-questions.md). Os pedidos de sugestões e correções são bem-vindos! +Respostas a [Front-end Job Interview Questions - HTML Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/html-questions.md). Os pedidos de sugestões e correções são bem-vindos! * [O que faz um doctype?](#what-does-a-doctype-do) * [Como é que tu serves uma página com conteúdo em vários idiomas?](#how-do-you-serve-a-page-with-content-in-multiple-languages) diff --git a/Translations/Tagalog/questions/css-questions.md b/Translations/Tagalog/questions/css-questions.md index 8302a9798..c81d83ac0 100644 --- a/Translations/Tagalog/questions/css-questions.md +++ b/Translations/Tagalog/questions/css-questions.md @@ -1,6 +1,6 @@ # Mga Katanungan sa CSS -Mga kasagutan sa [Mga Kasagutan sa Pakikipanayam sa Front-end na Trabaho - Mga Katanungan sa CSS](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/css-questions.md). Malugod na tatanggapin ang mga Pull request para sa mga suhestyon at mga koreksyon! +Mga kasagutan sa [Mga Kasagutan sa Pakikipanayam sa Front-end na Trabaho - Mga Katanungan sa CSS](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/css-questions.md). Malugod na tatanggapin ang mga Pull request para sa mga suhestyon at mga koreksyon! * [Ano ang pagsisigurado ng CSS selector at kung paano ito gumagana?](#ano-ang-pagsisigurado-ng-css-selector-at-kung-paano-ito-gumagana) * [Ano ang pagkakaiba sa pagitan ng "pag-reset" at "pag-normalize" ng CSS? saan sa dalawa ang iyong pipiliin, at bakit?](#ano-ang-pagkakaiba-sa-pagitan-ng-pag-reset-at-pag-normalize-ng-css-saan-sa-dalawa-ang-iyong-pipiliin-at-bakit) diff --git a/Translations/Tagalog/questions/html-questions.md b/Translations/Tagalog/questions/html-questions.md index 51531c34e..b12bfefa7 100644 --- a/Translations/Tagalog/questions/html-questions.md +++ b/Translations/Tagalog/questions/html-questions.md @@ -1,6 +1,6 @@ # Mga Tanong sa HTML -Mga sagot sa [Mga Tanong sa Pakikipanayam para sa Trabahong Pangfront-end - Mga Tanong sa HTML](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/html-questions.md). Malugod naming tatanggaping ang mga pull request para sa mga mungkahi at mga koreksyon +Mga sagot sa [Mga Tanong sa Pakikipanayam para sa Trabahong Pangfront-end - Mga Tanong sa HTML](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/html-questions.md). Malugod naming tatanggaping ang mga pull request para sa mga mungkahi at mga koreksyon * [Ano ang ginagawa ng `DOCTYPE`?](#ano-ang-ginagawa-ng-doctype) * [Papaano mo ihahain ang pahinang may iba't-ibang lenggwaheng nilalaman?](#papaano-mo-ihahain-ang-pahinang-may-ibat-ibang-lenggwaheng-nilalaman) diff --git a/Translations/Tagalog/questions/javascript-questions.md b/Translations/Tagalog/questions/javascript-questions.md index 00cff2ba6..da6c7beba 100644 --- a/Translations/Tagalog/questions/javascript-questions.md +++ b/Translations/Tagalog/questions/javascript-questions.md @@ -1,6 +1,6 @@ ## Mga Tanong sa JS -Mga Sagot sa [Mga Tanong sa Pakikipanayam sa Trabahong Pangfront-end - Mga Tanong sa JS](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/javascript-questions.md). Ang mga pull request para sa mga suhestyon at koreksyon ay malugod na tatanggapin +Mga Sagot sa [Mga Tanong sa Pakikipanayam sa Trabahong Pangfront-end - Mga Tanong sa JS](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/javascript-questions.md). Ang mga pull request para sa mga suhestyon at koreksyon ay malugod na tatanggapin * [Ipaliwanag ang delegasyon ng kaganapan](#ipaliwanag-ang-delegasyon-ng-kaganapan) * [Ipaliwanag kung paano gumagana ang `this` na ito sa JavaScript](#ipaliwanag-kung-paano-gumagana-ang-this-na-ito-sa-javascript) diff --git a/questions/css-questions.md b/questions/css-questions.md index 580e6a5d1..75adfc7cb 100644 --- a/questions/css-questions.md +++ b/questions/css-questions.md @@ -1,6 +1,6 @@ # CSS Questions -Answers to [Front-end Job Interview Questions - CSS Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/questions/css-questions.md). Pull requests for suggestions and corrections are welcome! +Answers to [Front-end Job Interview Questions - CSS Questions](https://github.com/h5bp/Front-end-Developer-Interview-Questions/blob/master/src/questions/css-questions.md). Pull requests for suggestions and corrections are welcome! * [What is CSS selector specificity and how does it work?](#what-is-css-selector-specificity-and-how-does-it-work) * [What's the difference between "resetting" and "normalizing" CSS? Which would you choose, and why?](#whats-the-difference-between-resetting-and-normalizing-css-which-would-you-choose-and-why) @@ -226,7 +226,7 @@ Yes, there are several ways to color shapes (including specifying attributes on Basic coloring can be done by setting two attributes on the node: `fill` and `stroke`. `fill` sets the color inside the object and `stroke` sets the color of the line drawn around the object. You can use the same CSS color naming schemes that you use in HTML, whether that's color names (that is `red`), RGB values (that is `rgb(255,0,0)`), Hex values, RGBA values, etc. ```html - ``` @@ -505,7 +505,7 @@ In order to have crisp, good-looking graphics that make the best of retina displ To overcome this problem, we can use responsive images, as specified in HTML5. It requires making available different resolution files of the same image to the browser and let it decide which image is best, using the html attribute `srcset` and optionally `sizes`, for instance: ```html -
+
`s in the head is part of proper specification in building an optimized website. When a page first loads, HTML and CSS are being parsed simultaneously; HTML creates the DOM (Document Object Model) and CSS creates the CSSOM (CSS Object Model). Both are needed to create the visuals in a website, allowing for a quick "first meaningful paint" timing. This progressive rendering is a category optimization sites are measured in their performance scores. Putting stylesheets near the bottom of the document is what prohibits progressive rendering in many browsers. Some browsers block rendering to avoid having to repaint elements of the page if their styles change. The user is then stuck viewing a blank white page. Other times there can be flashes of unstyled content (FOUC), which can shows a webpage with no styling applied. **Placing `