Skip to content

Commit b24d654

Browse files
committed
add some translations
1 parent 9d8e40e commit b24d654

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

css22/conform.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,24 +112,23 @@ <H2>3.1 <a name="defs">정의</a></H2>
112112
<dt><strong><span class="index-def" title="source
113113
document"><a name="source-document">원본 문서 (Source document)</a></span></strong>
114114

115-
<dd>The document to which one or more style sheets apply. This is
116-
encoded in some language that represents the document as a tree of <a
117-
href="#element">elements</a>. Each element consists of a name that
118-
identifies the type of element, optionally a number of <a
119-
href="#attribute">attributes</a>, and a (possibly empty) <a
120-
href="#content">content</a>. For example, the source document could be
121-
an XML or SGML instance.</dd>
115+
<dd>
116+
문서는 한개 이상의 스타일 시트를 허용합니다.
117+
이는 문서를 <a href="#element">요소</a> 트리로 나타내는 언어로 인코딩됩니다.
118+
각 요소는 요소 유형을 식별하는 이름, 선택적으로 몇개의 <a
119+
href="#attribute">속성</a>, (공백일 수도 있는) <a
120+
href="#content">컨텐츠</a>로 이루어져 있습니다.
121+
예를 들어, 원본 문서는 XML이나 SGML 인스턴스가 될 수 있습니다.</dd>
122122

123123
<dt><strong><span class="index-def" title="document language"><a
124-
name="doclanguage">Document language</a></span></strong>
124+
name="doclanguage">문서 언어 (Document language)</a></span></strong>
125125

126-
<dd>The encoding language of the source document (e.g., HTML, XHTML, or
127-
SVG). CSS is used to describe the presentation of document languages
128-
and CSS does not change the underlying semantics of the document
129-
languages.
126+
<dd>
127+
원본 문서의 인코딩 언어입니다 (예를 들어 HTML, XHTML, SVG 등).
128+
CSS는 문서 언어의 표현을 설명하는 데 사용하며 CSS는 문서 언어의 기본 의미를 변경하지 않습니다.
130129

131130
<dt><strong><span class="index-def" title="element"><a
132-
name="element">Element</a></span></strong>
131+
name="element">요소 (Element)</a></span></strong>
133132

134133
<dd>(An SGML term, see <a href="refs.html#ref-ISO8879" rel="biblioentry" class="noxref"><span class="normref">[ISO8879]</span></a>.) The primary syntactic constructs
135134
of the document language. Most CSS style sheet rules use the names of

0 commit comments

Comments
 (0)