diff options
Diffstat (limited to 'files/ko')
-rw-r--r-- | files/ko/web/css/border/index.html | 42 |
1 files changed, 11 insertions, 31 deletions
diff --git a/files/ko/web/css/border/index.html b/files/ko/web/css/border/index.html index 405ccfb05c..6b6951c0fd 100644 --- a/files/ko/web/css/border/index.html +++ b/files/ko/web/css/border/index.html @@ -85,8 +85,7 @@ border: unset; <p>{{cssinfo}}</p> <h2 id="형식_구문">형식 구문</h2> - -<pre class="syntaxbox notranslate"><code>{{csssyntax}}</code></pre> +{{csssyntax}} <h2 id="예제">예제</h2> @@ -116,36 +115,17 @@ border: unset; <h2 id="Specifications" name="Specifications">명세</h2> -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Specification</th> - <th scope="col">Status</th> - <th scope="col">Comment</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('CSS3 Backgrounds', '#the-border-shorthands', 'border')}}</td> - <td>{{Spec2('CSS3 Backgrounds')}}</td> - <td>Removes <em>specific</em> support for <code>transparent</code>, as it is now a valid {{cssxref("<color>")}}; this has no practical impact.<br> - Though it cannot be set to a custom value using the shorthand, <code>border</code> now resets {{cssxref("border-image")}} to its initial value (<code>none</code>).</td> - </tr> - <tr> - <td>{{SpecName('CSS2.1', 'box.html#border-shorthand-properties', 'border')}}</td> - <td>{{Spec2('CSS2.1')}}</td> - <td>Accepts the <code>inherit</code> keyword. Also accepts <code>transparent</code> as a valid color.</td> - </tr> - <tr> - <td>{{SpecName('CSS1', '#border', 'border')}}</td> - <td>{{Spec2('CSS1')}}</td> - <td>Initial definition.</td> - </tr> - </tbody> -</table> +{{Specifications}} <h2 id="Browser_compatibility" name="Browser_compatibility">브라우저 호환성</h2> - - <p>{{Compat("css.properties.border")}}</p> + +<h2 id="see_also">같이 보기</h2> +<ul> + <li>{{Cssxref("border-width")}}</li> + <li>{{Cssxref("border-style")}}</li> + <li>{{Cssxref("border-color")}}</li> + <li><a href="/ko/docs/Web/CSS/CSS_Backgrounds_and_Borders">배경 및 테두리</a></li> + <li><a href="/ko/docs/Learn/CSS/Building_blocks/Backgrounds_and_borders">CSS 배우기: 배경 및 테두리</a></li> +</ul> |