|
12 | 12 | pre { font-family: courier, monospace; font-weight: bold; white-space: pre-wrap }
|
13 | 13 | .example pre em { font-style: normal }
|
14 | 14 | span.label { font-style: italic }
|
15 |
| - :lang(en) {display:none} |
| 15 | + :lang(en) {display:none !important} |
16 | 16 | </style>
|
| 17 | + <link type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-REC" rel=stylesheet> |
17 | 18 | <link type="text/css" href="default.css" rel=stylesheet>
|
18 | 19 | <link type="text/css" href="trans.css" rel=stylesheet>
|
19 |
| - <link type="text/css" href="http://www.w3.org/StyleSheets/TR/W3C-REC" rel=stylesheet> |
20 | 20 | <body>
|
21 | 21 | <div class=headernotes>
|
22 | 22 | <p>이 문서는 <a href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries (W3C Recommendation 19 June 2012)</a>의 한국어 번역본입니다.<br>
|
@@ -528,7 +528,7 @@ <h2 id=media0><span class=secno>2. </span>미디어 쿼리</h2>
|
528 | 528 | <p lang="ko">
|
529 | 529 | 미디어 쿼리 리스트가 공백(즉, 선언에 공백문자 혹은 빈 문자열)인 경우 true로 간주됩니다.
|
530 | 530 | </p>
|
531 |
| - <p>If the media query list is empty (i.e. the declaration is the empty |
| 531 | + <p lang="en">If the media query list is empty (i.e. the declaration is the empty |
532 | 532 | string or consists solely of whitespace) it evaluates to true.
|
533 | 533 |
|
534 | 534 | <div class=example>
|
@@ -597,7 +597,7 @@ <h2 id=media0><span class=secno>2. </span>미디어 쿼리</h2>
|
597 | 597 | 유저에이전트가 동작하고 있는 디바이스에서 적용할 수 없는 미디어 특성이 존재하는 경우,
|
598 | 598 | 해당 미디어 특성과 관련하는 모든 식은 false가 됩니다.
|
599 | 599 | </p>
|
600 |
| - <p>If a media feature does not apply to the device where the UA is running, |
| 600 | + <p lang="en">If a media feature does not apply to the device where the UA is running, |
601 | 601 | expressions involving the media feature will be false.
|
602 | 602 |
|
603 | 603 | <div class=example>
|
|
0 commit comments