@@ -286,11 +286,12 @@ <h2>13. pre processor</h2>
286286
287287 ref: < a href ="http://www.frontendjournal.com/most-common-technical-interview-question-for-frontend-developers/ "> most common interview questions</ a >
288288</ div >
289- <!-- <div id="standard_quirks">
290- <h2>14. standar & quirks mode</h2>
291- <p><strong>Question:</strong> Difference between standard mode and quirks mode?</p>
292- <p><strong>Answer:</strong> quriks mode in browser allows u to render page for as old browsers. This is for backward compatibility.</p>
293- </div> -->
289+ < div id ="standard_quirks ">
290+ < h2 > 14. shadow DOM</ h2 >
291+ < p > < strong > Question:</ strong > What is shadow DOM?</ p >
292+ < p > < strong > Answer:</ strong > encapsulate part of a DOM. hide subtree.</ p >
293+ < p > ref: < a href ="http://www.w3.org/TR/shadow-dom/#introduction "> W3: shadow-DOM</ a > , < a href ="http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/ "> html5rock: shadow DOM</ a > </ p >
294+ </ div >
294295<!-- <div id="semantic_html">
295296 <h2>15. semantic</h2>
296297 <p><strong>Question:</strong> What is semantic HTML?</p>
@@ -301,17 +302,13 @@ <h2>15. semantic</h2>
301302< div >
302303
303304< h2 > temporary list of questions</ h2 >
304- < ul >
305- < li > explain css box model</ li >
305+ < ul >
306306 < li > explain shadow DOM</ li >
307- < li > text effect in css3</ li >
308- < li > css specificity</ li >
309- < li > reset css</ li >
310- < li > difference between em and px. whar are other measuring units</ li >
307+ < li > text effect in css3</ li >
308+ < li > reset css</ li >
311309 < li > what is filter? why would u use it?</ li >
312310 < li > what is conditional css</ li >
313- < li > what is overflow in css</ li >
314- < li > difference between relative and absolute positioning</ li >
311+ < li > what is overflow in css</ li >
315312 < li > @import/li>
316313 < li > sprites</ li >
317314 < li > difference display:none and visibility:hidden</ li >
0 commit comments