You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ <h2>13. pre processor</h2>
289
289
<divid="standard_quirks">
290
290
<h2>14. shadow DOM</h2>
291
291
<p><strong>Question:</strong> What is shadow DOM?</p>
292
-
<p><strong>Answer:</strong> encapsulate part of a DOM. hide subtree.</p>
292
+
<p><strong>Answer:</strong> encapsulate part of a DOM. hide subtree. you can have same ID in different shadow DOM. Polymers uses it. This way your DOM becomes reusable and u dont have to do iframe. if interviewer is not happy with your answer give him the links and tell him to spend a weekend on reading.</p>
0 commit comments