From b062117ef4aba429518533f502a4181e67a1acf5 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 2 Feb 2019 16:14:58 -0800 Subject: HTML5 writer: implement WAI-ARIA roles for (end)notes. See #4213. --- test/writer.html5 | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'test/writer.html5') diff --git a/test/writer.html5 b/test/writer.html5 index 57b937653..39b5344dd 100644 --- a/test/writer.html5 +++ b/test/writer.html5 @@ -526,25 +526,25 @@ Blah

Here is a movie movie icon.


Footnotes

-

Here is a footnote reference,1 and another.2 This should not be a footnote reference, because it contains a space.[^my note] Here is an inline note.3

+

Here is a footnote reference,1 and another.2 This should not be a footnote reference, because it contains a space.[^my note] Here is an inline note.3

-

Notes can go in quotes.4

+

Notes can go in quotes.4

    -
  1. And in list items.5
  2. +
  3. And in list items.5

This paragraph should not be part of the note, as it is not indented.

-
+

    -
  1. Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.

  2. -
  3. Here’s the long note. This one contains multiple blocks.

    +
  4. Here is the footnote. It can go anywhere after the footnote reference. It need not be placed at the end of the document.

  5. +
  6. Here’s the long note. This one contains multiple blocks.

    Subsequent blocks are indented to show that they belong to the footnote (as with list items).

      { <code> }
    -

    If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.

  7. -
  8. This is easier to type. Inline notes may contain links and ] verbatim characters, as well as [bracketed text].

  9. -
  10. In quote.

  11. -
  12. In list.

  13. +

    If you want, you can indent every line, but you can also be lazy and just indent the first line of each block.

    +
  14. This is easier to type. Inline notes may contain links and ] verbatim characters, as well as [bracketed text].

  15. +
  16. In quote.

  17. +
  18. In list.

-- cgit v1.2.3