<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The poorly supported title attribute</title>
	<atom:link href="http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/</link>
	<description>Updates on the march of progress. A weblog about web design, standards, web browsers, and the overall health of the Web.</description>
	<lastBuildDate>Wed, 14 Dec 2011 14:45:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ganesh</title>
		<link>http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/comment-page-1/#comment-41826</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Wed, 14 Dec 2011 14:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/#comment-41826</guid>
		<description>I have a concern for the title/ alt attribute for the anchor tag.
=&gt;&gt; Do we have any text limit for tooltip in IE/FF/chrome or any of the well know browsers? If we have text limit do we have any other hack to give long tooltip for anchor tag.</description>
		<content:encoded><![CDATA[<p>I have a concern for the title/ alt attribute for the anchor tag.<br />
=&gt;&gt; Do we have any text limit for tooltip in <abbr title="Internet Explorer">IE</abbr>/FF/chrome or any of the well know browsers? If we have text limit do we have any other hack to give long tooltip for anchor tag.</p>
<p class="postdetails"><em>Posted using Safari 535.2 on Windows.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ã§eviri</title>
		<link>http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/comment-page-1/#comment-4048</link>
		<dc:creator>Ã§eviri</dc:creator>
		<pubDate>Wed, 16 Jan 2008 20:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/#comment-4048</guid>
		<description>It is very frustrating that web browsers, particularly Firefox, do not properly support the TITLE attribute as it is laid out in W3C HTML specifications. This isnâ€™t a trivial matter; it is a major usability/accessibility issue..</description>
		<content:encoded><![CDATA[<p>It is very frustrating that web browsers, particularly Firefox, do not properly support the TITLE attribute as it is laid out in <abbr title="World Wide Web Consortium">W3C</abbr> <abbr title="HyperText Markup Language">HTML</abbr> specifications. This isnâ€™t a trivial matter; it is a major usability/accessibility issue..</p>
<p class="postdetails"><em>Posted using Internet Explorer (Windows) 7.0 on Windows.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hammond</title>
		<link>http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/comment-page-1/#comment-1343</link>
		<dc:creator>David Hammond</dc:creator>
		<pubDate>Thu, 21 Sep 2006 20:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/#comment-1343</guid>
		<description>I&#039;m not sure why you&#039;re focusing on the (again arbitrary) 6-second limit. I and others believe that the tooltip should remain visible as long as the user needs it, so there should be no 6-second limit.

The title attribute can contain useful information and there is an obvious and common user interface feature (tooltips) to provide access to the value. I see no reason that the user interface feature should limit the amount of information that the user can access when providing more would not cause any significant loss of usability (in fact, I don&#039;t think it would cause any loss of usability). Firefox doesn&#039;t cut off the title at 25 characters if there is more room available, and I see no reason it should limit tooltips. In fact, the reasons so far presented have been technical issues relating to the vertical sizing of the tooltip box, not because it was a design choice to maximize usability. Limiting the displayed value and display time does not improve usability and it does hurt it in many cases.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why you&#8217;re focusing on the (again arbitrary) 6-second limit. I and others believe that the tooltip should remain visible as long as the user needs it, so there should be no 6-second limit.</p>
<p>The title attribute can contain useful information and there is an obvious and common user interface feature (tooltips) to provide access to the value. I see no reason that the user interface feature should limit the amount of information that the user can access when providing more would not cause any significant loss of usability (in fact, I don&#8217;t think it would cause any loss of usability). Firefox doesn&#8217;t cut off the title at 25 characters if there is more room available, and I see no reason it should limit tooltips. In fact, the reasons so far presented have been technical issues relating to the vertical sizing of the tooltip box, not because it was a design choice to maximize usability. Limiting the displayed value and display time does not improve usability and it does hurt it in many cases.</p>
<p class="postdetails"><em>Posted using Mozilla Firefox 1.5.0.7 on Linux.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GÃ©rard Talbot</title>
		<link>http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/comment-page-1/#comment-1342</link>
		<dc:creator>GÃ©rard Talbot</dc:creator>
		<pubDate>Thu, 21 Sep 2006 18:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/#comment-1342</guid>
		<description>&gt; If the browsing window is large enough, the full title will display.

Someone in bug 45375 has said that the limit of the title attribute should exceed the browser window itself!
Browsing window as the inherit limit is promoting and supporting bad webpage design and bad usability principles to begin with.

&gt; Firefox unnecessarily limits the tooltip content length
It has an arbitrary limit but then what should be the limit for a tooltip? I&#039;ve asked at least 3 times people in bug 45375 how many characters they can read in 6 sec. in a box of Tahoma 8px text? No one answered.
And tooltips can affect almost any types of elements, even a &lt;p&gt;!

&gt; thatâ€™s no excuse for the web browser deliberately hiding the &gt; rest of the value from the user
UAAG 1.0 has provided several answers on conditional content. I can read the title attribute thanks to the properties menu item from the context menu: it&#039;s not perfect but the &quot;full&quot; content of the title attribute is accessible.

&gt; If a title attribute is provided, no matter how long it is, 
&gt; the web browser should do its best to provide the full value &gt; to the user within reason
Sorry, but I disagree. It does not work like that and it shouldn&#039;t work like that. There is a limit to how much C++ code should go into a default browser behavior (some have again explained that the browser should calculate at run-time duration of tooltip, box dimensions, line-wrapping, etc. for tooltip). There is a limit to how much an user can read in 6sec. inside a box of Tahoma 8px font. There should be a limit to how many characters should be displayed in a tooltip before cropping the rest/excedent, just like &lt;title&gt; vs titlebar and window.status and the statusbar message work.

If the HTML 4.01/WAI/WCAG/UAAG specs did not explicitly defined how many characters are supposed to mean 
&quot;short message&quot;, &quot;short description&quot;, &quot;advisory title&quot;,
&quot;informative link title&quot;
and the opposite side certainly avoided to define what was long enough, sufficient text length and any kind of quantitative value for text length. How many characters mean &quot;long&quot;, &quot;normal&quot;, &quot;long enough&quot; is nowhere defined. And one has to define this before defining when and where to line-wrap if line-wrap becomes necessary.
So far, all I got from a coding perspective is calculations for timers to be started at run-time for duration of tooltips! Just imagine the performance issues (pointers in memory, timers&#039; dependencies, storing values, etc) as one just moves the mouse over tooltip-able elements

GÃ©rard</description>
		<content:encoded><![CDATA[<p>&gt; If the browsing window is large enough, the full title will display.</p>
<p>Someone in bug 45375 has said that the limit of the title attribute should exceed the browser window itself!<br />
Browsing window as the inherit limit is promoting and supporting bad webpage design and bad usability principles to begin with.</p>
<p>&gt; Firefox unnecessarily limits the tooltip content length<br />
It has an arbitrary limit but then what should be the limit for a tooltip? I&#8217;ve asked at least 3 times people in bug 45375 how many characters they can read in 6 sec. in a box of Tahoma 8px text? No one answered.<br />
And tooltips can affect almost any types of elements, even a &lt;p&gt;!</p>
<p>&gt; thatâ€™s no excuse for the web browser deliberately hiding the &gt; rest of the value from the user<br />
UAAG 1.0 has provided several answers on conditional content. I can read the title attribute thanks to the properties menu item from the context menu: it&#8217;s not perfect but the &#8220;full&#8221; content of the title attribute is accessible.</p>
<p>&gt; If a title attribute is provided, no matter how long it is,<br />
&gt; the web browser should do its best to provide the full value &gt; to the user within reason<br />
Sorry, but I disagree. It does not work like that and it shouldn&#8217;t work like that. There is a limit to how much C++ code should go into a default browser behavior (some have again explained that the browser should calculate at run-time duration of tooltip, box dimensions, line-wrapping, etc. for tooltip). There is a limit to how much an user can read in 6sec. inside a box of Tahoma 8px font. There should be a limit to how many characters should be displayed in a tooltip before cropping the rest/excedent, just like &lt;title&gt; vs titlebar and window.status and the statusbar message work.</p>
<p>If the <abbr title="HyperText Markup Language">HTML</abbr> 4.01/WAI/<abbr title="Web Content Accessibility Guidelines">WCAG</abbr>/UAAG specs did not explicitly defined how many characters are supposed to mean<br />
&#8220;short message&#8221;, &#8220;short description&#8221;, &#8220;advisory title&#8221;,<br />
&#8220;informative link title&#8221;<br />
and the opposite side certainly avoided to define what was long enough, sufficient text length and any kind of quantitative value for text length. How many characters mean &#8220;long&#8221;, &#8220;normal&#8221;, &#8220;long enough&#8221; is nowhere defined. And one has to define this before defining when and where to line-wrap if line-wrap becomes necessary.<br />
So far, all I got from a coding perspective is calculations for timers to be started at run-time for duration of tooltips! Just imagine the performance issues (pointers in memory, timers&#8217; dependencies, storing values, etc) as one just moves the mouse over tooltip-able elements</p>
<p>GÃ©rard</p>
<p class="postdetails"><em>Posted using SeaMonkey/Mozilla Suite 1.5a on Windows.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Hammond</title>
		<link>http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/comment-page-1/#comment-1338</link>
		<dc:creator>David Hammond</dc:creator>
		<pubDate>Thu, 21 Sep 2006 09:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webdevout.net/tidings/2006/09/02/the-poorly-supported-title-attribute/#comment-1338</guid>
		<description>GÃ©rard: The titlebar issue is not the same thing. Firefox doesn&#039;t arbitrarily cut off the titlebar text are a small number of characters. If the browsing window is large enough, the full title will display. But regardless of the window size, screen resolution, or anything else, Firefox unnecessarily limits the tooltip content length. You&#039;re right that web developers should limit the amount of title attribute text for usability reasons, but that&#039;s no excuse for the web browser deliberately hiding the rest of the value from the user. If a title attribute is provided, no matter how long it is, the web browser should do its best to provide the full value to the user within reason, and there is no reason not to use a lot more screen space than Firefox uses for tooltips if the value demands it.</description>
		<content:encoded><![CDATA[<p>GÃ©rard: The titlebar issue is not the same thing. Firefox doesn&#8217;t arbitrarily cut off the titlebar text are a small number of characters. If the browsing window is large enough, the full title will display. But regardless of the window size, screen resolution, or anything else, Firefox unnecessarily limits the tooltip content length. You&#8217;re right that web developers should limit the amount of title attribute text for usability reasons, but that&#8217;s no excuse for the web browser deliberately hiding the rest of the value from the user. If a title attribute is provided, no matter how long it is, the web browser should do its best to provide the full value to the user within reason, and there is no reason not to use a lot more screen space than Firefox uses for tooltips if the value demands it.</p>
<p class="postdetails"><em>Posted using Mozilla Firefox 1.5.0.7 on Linux.</em></p>
]]></content:encoded>
	</item>
</channel>
</rss>
