summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-14 16:14:44 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-05-14 16:14:44 +0000
commit9ed38a53f7de2eed5ed8ba98afb3e2ee28f2f75d (patch)
tree9832a70d70f8291a0128b95fe2171a398ff4e52c
parent358358c1c586216307713c3be3d8cc20a436dd0c (diff)
downloaddocutils-9ed38a53f7de2eed5ed8ba98afb3e2ee28f2f75d.tar.gz
reverting revision 3322: addition of ":border:" option to "image" directive
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3340 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--HISTORY.txt4
-rw-r--r--THANKS.txt1
-rw-r--r--docs/dev/todo.txt9
-rw-r--r--docs/ref/docutils.dtd1
-rw-r--r--docs/ref/rst/directives.txt6
-rw-r--r--docutils/parsers/rst/directives/images.py1
-rw-r--r--test/functional/expected/standalone_rst_html4css1.html2
-rw-r--r--test/functional/expected/standalone_rst_pseudoxml.txt2
-rw-r--r--test/functional/input/data/standard.txt1
9 files changed, 8 insertions, 19 deletions
diff --git a/HISTORY.txt b/HISTORY.txt
index 218095d57..66a611350 100644
--- a/HISTORY.txt
+++ b/HISTORY.txt
@@ -91,7 +91,6 @@ Changes Since 0.3.7
- "image" directive: added checks for valid values of "align" option,
depending on context. "figure" directive: added specialized
"align" option and attribute on "figure" element.
- - Added a "border" option to the "image" directive.
* docutils/parsers/rst/directives/misc.py:
@@ -166,8 +165,7 @@ Changes Since 0.3.7
- Added ``stub`` attribute to ``colspec`` element via the
``tbl.colspec.att`` parameter entity.
- Allowed topic elements within sidebars
- - Added the ``align`` attribute to ``figure`` element.
- - Added the ``border`` option to the ``image`` element.
+ - Added ``align`` attribute to ``figure`` element.
Release 0.3.7 (2004-12-24)
diff --git a/THANKS.txt b/THANKS.txt
index a8133eac3..26b6e9114 100644
--- a/THANKS.txt
+++ b/THANKS.txt
@@ -133,7 +133,6 @@ donations, tasty treats, and related projects:
* Edward Welbourne
* Felix Wiemann
* Ka-Ping Yee
-* George Yoshida
* Moshe Zadka
Thank you!
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt
index fc06bbf85..cba560dca 100644
--- a/docs/dev/todo.txt
+++ b/docs/dev/todo.txt
@@ -1121,11 +1121,12 @@ when used in a document.
.. _unicode:
http://docutils.sf.net/docs/ref/rst/directives.html#unicode-character-codes
- - _`images.image`:_`Units of measure`? (See `docutils-users,
- 2003-03-02`__, and `docutils-develop, 2004-04-29`__.)
+ - _`images.image`: "border"?
- __ http://article.gmane.org/gmane.text.docutils.user/154
- __ http://article.gmane.org/gmane.text.docutils.devel/1439
+ _`Units of measure`? (See `docutils-users, 2003-03-02
+ <http://article.gmane.org/gmane.text.docutils.user/154>`__, and
+ `docutils-develop, 2004-04-29
+ <http://article.gmane.org/gmane.text.docutils.devel/1439>`_.)
- _`images.figure`: "title" and "number", to indicate a formal
figure?
diff --git a/docs/ref/docutils.dtd b/docs/ref/docutils.dtd
index 455a8ae3a..f3a7d37ca 100644
--- a/docs/ref/docutils.dtd
+++ b/docs/ref/docutils.dtd
@@ -481,7 +481,6 @@ or " ") or the text between option arguments (typically either "," or
%align-hv.att;
uri CDATA #REQUIRED
alt CDATA #IMPLIED
- border %number; #IMPLIED
height %number; #IMPLIED
width %number; #IMPLIED
scale %number; #IMPLIED>
diff --git a/docs/ref/rst/directives.txt b/docs/ref/rst/directives.txt
index 1ca51f28f..130f0d154 100644
--- a/docs/ref/rst/directives.txt
+++ b/docs/ref/rst/directives.txt
@@ -226,12 +226,6 @@ The following options are recognized:
text flow around it. The specific behavior depends upon the
browser or rendering software used.
-``border`` : integer
- The width of the image border, in pixels. For images that are
- also hyperlink references (see the ``target`` option, below),
- browsers often draw a border by default. Set ``:border: 0`` to
- disable this default.
-
``target`` : text (URI or reference name)
Makes the image into a hyperlink reference ("clickable"). The
option argument may be a URI (relative or absolute), or a
diff --git a/docutils/parsers/rst/directives/images.py b/docutils/parsers/rst/directives/images.py
index 96d01aeab..7efb2588d 100644
--- a/docutils/parsers/rst/directives/images.py
+++ b/docutils/parsers/rst/directives/images.py
@@ -76,7 +76,6 @@ def image(name, arguments, options, content, lineno,
image.arguments = (1, 0, 1)
image.options = {'alt': directives.unchanged,
- 'border': directives.nonnegative_int,
'height': directives.nonnegative_int,
'width': directives.nonnegative_int,
'scale': directives.nonnegative_int,
diff --git a/test/functional/expected/standalone_rst_html4css1.html b/test/functional/expected/standalone_rst_html4css1.html
index e39f3c4e2..13f8c02c6 100644
--- a/test/functional/expected/standalone_rst_html4css1.html
+++ b/test/functional/expected/standalone_rst_html4css1.html
@@ -544,7 +544,7 @@ document (a document-wide <a class="reference" href="#table-of-contents">table o
<div class="section" id="images">
<h3><a class="toc-backref" href="#id63" name="images">2.14.2&nbsp;&nbsp;&nbsp;Images</a></h3>
<p>An image directive (also clickable -- a hyperlink reference):</p>
-<div class="image class1 class2 image-reference"><a class="reference" href="#directives"><img alt="../../../docs/user/rst/images/title.png" border="0" class="class1 class2" src="../../../docs/user/rst/images/title.png" /></a></div>
+<div class="image class1 class2 image-reference"><a class="reference" href="#directives"><img alt="../../../docs/user/rst/images/title.png" class="class1 class2" src="../../../docs/user/rst/images/title.png" /></a></div>
<p>A figure directive:</p>
<div align="left" class="figclass1 figclass2 figure">
<div class="image class1 class2"><img alt="reStructuredText, the markup syntax" class="class1 class2" src="../../../docs/user/rst/images/title.png" /></div>
diff --git a/test/functional/expected/standalone_rst_pseudoxml.txt b/test/functional/expected/standalone_rst_pseudoxml.txt
index df683cd6a..597408d23 100644
--- a/test/functional/expected/standalone_rst_pseudoxml.txt
+++ b/test/functional/expected/standalone_rst_pseudoxml.txt
@@ -1119,7 +1119,7 @@
<paragraph>
An image directive (also clickable -- a hyperlink reference):
<reference name="directives_" refid="directives">
- <image border="0" classes="class1 class2" uri="../../../docs/user/rst/images/title.png">
+ <image classes="class1 class2" uri="../../../docs/user/rst/images/title.png">
<paragraph>
A figure directive:
<figure align="left" classes="figclass1 figclass2">
diff --git a/test/functional/input/data/standard.txt b/test/functional/input/data/standard.txt
index 6f3e447bc..b06a158d4 100644
--- a/test/functional/input/data/standard.txt
+++ b/test/functional/input/data/standard.txt
@@ -424,7 +424,6 @@ An image directive (also clickable -- a hyperlink reference):
.. image:: ../../../docs/user/rst/images/title.png
:class: class1 class2
:target: directives_
- :border: 0
A figure directive: