Skip to content

Commit b45751c

Browse files
committed
added reference on transition 3D
1 parent 54dc35c commit b45751c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

css.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,17 +292,18 @@ <h2>14. shadow DOM</h2>
292292
<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>
293293
<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>
294294
</div>
295-
<!-- <div id="semantic_html">
296-
<h2>15. semantic</h2>
297-
<p><strong>Question:</strong> What is semantic HTML?</p>
298-
<p><strong>Answer:</strong> Semantic HTML, or "semantically-correct HTML", is HTML where the tags used to structure content are selected and applied appropriately to the meaning of the content.</p>
299-
<p>for example, &lt;b&gt;&lt;/b&gt; (for bold), and &lt;i&gt;&lt;/i&gt; (for italic) should never be used, because they&#x2019;re to do with formatting, not with the meaning or structure of the content. Instead, use the replacements &lt;strong&gt;&lt;/strong&gt; and &lt;em&gt;&lt;/em&gt; (meaning emphasis), which by default will turn text bold and italic (but don&#x2019;t have to do so in all browsers), while adding meaning to the structure of the content.</p>
300-
<p>ref: <a href="http://en.wikipedia.org/wiki/Semantic_HTML">Wiki: semantic HTML</a> </p>
301-
</div> -->
295+
<div id="semantic_html">
296+
<h2>15. transition</h2>
297+
<p><strong>Question:</strong> What do u know about tranisition 3D?</p>
298+
<p><strong>Answer:</strong> .</p>
299+
300+
<p>ref: <a href="https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Using_CSS_transitions">css transition</a> <a href="http://www.html5rocks.com/en/tutorials/3d/css/">transition and 3D</a></p>
301+
</div>
302302
<div>
303303

304304
<h2>temporary list of questions</h2>
305305
<ul>
306+
<li>opacity <a href="http://www.youtube.com/watch?v=iYdfj0XxoMY">paul irish</a></li>
306307
<li>transition 3D</li>
307308
<li>text effect in css3</li>
308309
<li>reset css</li>

0 commit comments

Comments
 (0)