From: erg <devnull@localhost>
Date: Wed, 22 Dec 2010 22:11:22 +0000 (+0000)
Subject: Document the parts of html labels that get processed as escStrings.
X-Git-Tag: LAST_LIBGRAPH~32^2~1125
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f196fa4515c4f104b111cd2a33fb281d59b4efa;p=graphviz

Document the parts of html labels that get processed as escStrings.
---

diff --git a/doc/info/shapes.html b/doc/info/shapes.html
index b0ee5c19a..19145057b 100644
--- a/doc/info/shapes.html
+++ b/doc/info/shapes.html
@@ -677,6 +677,9 @@ The maximum value is 65535.
 <B><I><FONT SIZE=-1>HREF="value"</FONT></I></B>
 <BLOCKQUOTE>
 attaches a URL to the object.
+Note that the <TT>"value"</TT> is treated as an
+<A HREF=attrs.html#k:escString>escString</A> similarly to the
+<A HREF=attrs.html#d:URL>URL attribute</A>.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>POINT-SIZE="value"</FONT></I></B>
@@ -740,12 +743,18 @@ and <A HREF="command.html#d:SERVER_NAME">SERVER_NAME</A>.
 determines which window of the browser is used for the URL if the object 
 has one. 
 See <A HREF="http://www.w3.org/TR/html401/present/frames.html#adef-target">W3C documentation</A>.
+Note that the <TT>"value"</TT> is treated as an
+<A HREF=attrs.html#k:escString>escString</A> similarly to the
+<A HREF=attrs.html#d:target>target attribute</A>.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>TITLE="value"</FONT></I></B>
 <BLOCKQUOTE>
 sets the tooltip annotation attached to the element. 
 This is used only if the element has a HREF attribute.
+Note that the <TT>"value"</TT> is treated as an
+<A HREF=attrs.html#k:escString>escString</A> similarly to the
+<A HREF=attrs.html#d:tooltip>tooltip attribute</A>.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>TOOLTIP="value"</FONT></I></B>
diff --git a/doc/infosrc/html.2 b/doc/infosrc/html.2
index 9b9d89041..1132b12de 100644
--- a/doc/infosrc/html.2
+++ b/doc/infosrc/html.2
@@ -234,6 +234,9 @@ The maximum value is 65535.
 <B><I><FONT SIZE=-1>HREF="value"</FONT></I></B>
 <BLOCKQUOTE>
 attaches a URL to the object.
+Note that the <TT>"value"</TT> is treated as an
+<A HREF=attrs.html#k:escString>escString</A> similarly to the
+<A HREF=attrs.html#d:URL>URL</A> attribute.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>POINT-SIZE="value"</FONT></I></B>
@@ -297,12 +300,18 @@ and <A HREF="command.html#d:SERVER_NAME">SERVER_NAME</A>.
 determines which window of the browser is used for the URL if the object 
 has one. 
 See <A HREF="http://www.w3.org/TR/html401/present/frames.html#adef-target">W3C documentation</A>.
+Note that the <TT>"value"</TT> is treated as an
+<A HREF=attrs.html#k:escString>escString</A> similarly to the
+<A HREF=attrs.html#d:target>target</A> attribute.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>TITLE="value"</FONT></I></B>
 <BLOCKQUOTE>
 sets the tooltip annotation attached to the element. 
 This is used only if the element has a HREF attribute.
+Note that the <TT>"value"</TT> is treated as an
+<A HREF=attrs.html#k:escString>escString</A> similarly to the
+<A HREF=attrs.html#d:tooltip>tooltip</A> attribute.
 </BLOCKQUOTE>
 
 <B><I><FONT SIZE=-1>TOOLTIP="value"</FONT></I></B>