<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/functional/input/embed_images.txt, branch master</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>HTML5: Improve accessibility of section headings.</title>
<updated>2021-06-30T07:48:44+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-06-30T07:48:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=3041b394781751899ba434145acf747c058e2c47'/>
<id>3041b394781751899ba434145acf747c058e2c47</id>
<content type='text'>
Mark the internal back-refences from section headings to the ToC
with DPub-ARIA role "doc-backref".

Use "aria-level" instead of a class argument value for section headings
with nesting level &gt; 6 (for level 1 to 6, the level is determined by
the HTML tag).
Mind that in HTML5, heading level 1 is reserved for the document title
and section headings start with level 2.

Add functional test sample for deeply nested sections.
Merge functional tests for additonal HTML5 features.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8786 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mark the internal back-refences from section headings to the ToC
with DPub-ARIA role "doc-backref".

Use "aria-level" instead of a class argument value for section headings
with nesting level &gt; 6 (for level 1 to 6, the level is determined by
the HTML tag).
Mind that in HTML5, heading level 1 is reserved for the document title
and section headings start with level 2.

Add functional test sample for deeply nested sections.
Merge functional tests for additonal HTML5 features.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8786 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement feature request #40 Option to embed images as data URI.</title>
<updated>2020-11-27T09:22:49+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2020-11-27T09:22:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=61090cf16b55edcd170a467c8f97688e1129db31'/>
<id>61090cf16b55edcd170a467c8f97688e1129db31</id>
<content type='text'>
If the new "embed_image" configuration setting is true, the image
can be read from the local file system, and its MIME type can be
determined, it is base64 encoded and included as a data URI.

TODO:

* Add an "embed" option to the "image" directive to allow embedding
  of individual images?

* Use direct inlinging for SVG in HTML5?

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8581 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the new "embed_image" configuration setting is true, the image
can be read from the local file system, and its MIME type can be
determined, it is base64 encoded and included as a data URI.

TODO:

* Add an "embed" option to the "image" directive to allow embedding
  of individual images?

* Use direct inlinging for SVG in HTML5?

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8581 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
