We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1c09d commit 5dc2a70Copy full SHA for 5dc2a70
tree-construction/ruby.dat
@@ -153,7 +153,7 @@
153
| <rb>
154
155
#data
156
-<html><ruby>a<rtc>b<rt></ruby></html>
+<html><ruby>a<rtc>b<rt>c<rt>d</ruby></html>
157
#errors
158
(1,6): expected-doctype-but-got-start-tag
159
#document
@@ -165,6 +165,9 @@
165
| <rtc>
166
| "b"
167
| <rt>
168
+| "c"
169
+| <rt>
170
+| "d"
171
172
173
<html><ruby>a<rtc>b<rtc></ruby></html>
0 commit comments