Commit 0be57b6 1 parent 1d8d132 commit 0be57b6 Copy full SHA for 0be57b6
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ exports[`Terms Should create term in table with definition template 1`] = `
33
33
</thead>
34
34
<tbody>
35
35
<tr>
36
- <td><i class =\\"yfm yfm-term_title\\" term-key =\\":html\\" aria-describedby =\\":html_element\\" tabindex =\\"0\\" id =\\"\\">HTML</i></td>
36
+ <td><i class =\\"yfm yfm-term_title\\" term-key =\\":html\\" role =\\"term\\" aria-describedby =\\":html_element\\" tabindex =\\"0\\" id =\\"\\">HTML</i></td>
37
37
<td style =\\"text-align:center\\">1993</td>
38
38
</tr>
39
39
</tbody>
@@ -44,13 +44,13 @@ exports[`Terms Should create term in table with definition template 1`] = `
44
44
exports[`Terms Should create term in text with definition template 1`] = `
45
45
" <template id =\\":html_template\\" label =\\"html\\"><dfn class =\\"yfm yfm-term_dfn\\" id =\\":html_element\\" role =\\"tooltip\\"><p>The HyperText Markup Language or <strong>HTML</strong> is the standard markup language for documents designed to be displayed in a web browser.</p>
46
46
</dfn></template><h1>Web</h1>
47
- <p>The <i class =\\"yfm yfm-term_title\\" term-key =\\":html\\" aria-describedby =\\":html_element\\" tabindex =\\"0\\" id =\\"\\">HTML</i> specification</p>
47
+ <p>The <i class =\\"yfm yfm-term_title\\" term-key =\\":html\\" role =\\"term\\" aria-describedby =\\":html_element\\" tabindex =\\"0\\" id =\\"\\">HTML</i> specification</p>
48
48
"
49
49
`;
50
50
51
51
exports[`Terms Term should use content from include 1`] = `
52
52
" <template id =\\":html_template\\" label =\\"html\\"><dfn class =\\"yfm yfm-term_dfn\\" id =\\":html_element\\" role =\\"tooltip\\"><p>The HyperText Markup Language or <strong>HTML</strong> is the standard markup language for documents designed to be displayed in a web browser.</p>
53
53
</dfn></template><h1>Web</h1>
54
- <p>The <i class =\\"yfm yfm-term_title\\" term-key =\\":html\\" aria-describedby =\\":html_element\\" tabindex =\\"0\\" id =\\"\\">HTML</i> specification</p>
54
+ <p>The <i class =\\"yfm yfm-term_title\\" term-key =\\":html\\" role =\\"term\\" aria-describedby =\\":html_element\\" tabindex =\\"0\\" id =\\"\\">HTML</i> specification</p>
55
55
"
56
56
`;
You can’t perform that action at this time.
0 commit comments