Skip to content

Commit cddb43f

Browse files
committed
[selectors-4][editorial] Changed introductory :lang example from (zh, "*-hant") to (sr, "*-Cyrl") #13644
1 parent 52771c3 commit cddb43f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

selectors-4/Overview.bs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,12 +248,19 @@ Selectors Overview</h2>
248248
(the document language specifies how directionality is determined)
249249
<td>[[#the-dir-pseudo]]
250250
<td>4
251-
<tr>
251+
<!-- <tr>
252252
<td><code>E:lang(zh, "*-hant")</code>
253253
<td>an element of type E tagged as being either in Chinese
254254
(any dialect or writing system)
255255
or otherwise written with traditional Chinese characters
256256
<td>[[#the-lang-pseudo]]
257+
<td>2/4 -->
258+
<tr>
259+
<td><code>E:lang(sr, "*-Cyrl")</code>
260+
<td>an element of type E tagged as being in Serbian,
261+
(which typically uses Cyrillic, but can be written with Latin characters)
262+
but also anything written with Cyrillic characters
263+
<td>[[#the-lang-pseudo]]
257264
<td>2/4
258265
<tbody>
259266
<tr>

0 commit comments

Comments
 (0)