<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Accessibility testing]]></title>
		<link>https://punbb.informer.com/forums/topic/18153/accessibility-testing/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/18153/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Accessibility testing.]]></description>
		<lastBuildDate>Thu, 07 Feb 2008 13:45:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/109080/#p109080</link>
			<description><![CDATA[<div class="quotebox"><cite>Paul wrote:</cite><blockquote><p>Update: The approved solution seems to be leave them in there but have a user option to enable/disable. The default will be disabled.</p></blockquote></div><p>sounds good.</p><br /><p>I&#039;ll have a think about the extension - I&#039;m not sure it would be possible but it&#039;ll depend on the hooks available. If they can be turned on/off then that suggests a possible hook implementation though.</p>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Thu, 07 Feb 2008 13:45:54 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/109080/#p109080</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108942/#p108942</link>
			<description><![CDATA[<p>None. I will commence nagging. I&#039;m now wondering if the class you developed with Gez Lemon for user controlled accesskey assignments could be used as the basis of an extension.</p><p>Update: The approved solution seems to be leave them in there but have a user option to enable/disable. The default will be disabled.</p><p>Update2: Done but not yet committed to SVN.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Wed, 06 Feb 2008 14:34:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108942/#p108942</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108935/#p108935</link>
			<description><![CDATA[<p>Paul - what news on the accesskeys?</p>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Wed, 06 Feb 2008 13:53:56 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108935/#p108935</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108933/#p108933</link>
			<description><![CDATA[<p>For those who might be interested. The problem with table captions is an Opera problem. Opera 8 would not hide the caption completely using the off-left technique. Opera 9 will hide it but due to a bug, in certain circumstances the columns collapse to equal widths. The solution is to put a span inside the caption and manipulate that. Basically its the same kind of issues that crop up with fieldset legends.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Wed, 06 Feb 2008 13:36:48 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108933/#p108933</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108333/#p108333</link>
			<description><![CDATA[<p>and that is about it for an initial check - I&#039;ll need to do some further testing once I have access to a site with &#039;data&#039; - I was testing on the initial install.</p><p>I have to say though congrats to all involved -&nbsp; didn&#039;t find any major issues (I&#039;m not an expert). Others may find issues I haven&#039;t.</p>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Thu, 31 Jan 2008 11:42:03 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108333/#p108333</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108330/#p108330</link>
			<description><![CDATA[<p>Onto the admin </p><p>same comment about links (underline when active etc)</p><p>Skip link - &#039;skip to forum content&#039; this is fine on the public side, but is the wording OK for the admin pages?</p><br /><div class="codebox"><pre><code>&lt;div class=&quot;main-head&quot;&gt;
        &lt;h1&gt;&lt;span&gt;{ Information }&lt;/span&gt;&lt;/h1&gt;
    &lt;/div&gt;</code></pre></div><p>appears *after* the navigation menu - meaning you have to got through those links before you find out what page you are on (well if the page title is ignored). I realise it may not be possible to move this, so just a comment about it.</p><br /><p>Settings - Features<br />1. General features (go to censoring to setup censored words list)</p><p>surely the bracketed text would be better served if it was next to the censor words selection?</p><br /><p>[edit : snip posted elsewhere]</p><br /><p>Extensions (I hope I didn&#039;t miss this elsewhere)</p><p>When installing a lot of the text appears <strong>within</strong> the &lt;form&gt; even though there is no actual need for it. It might be better to have the text display before the form.</p><p>On a separate note, that extension section is going to get very big very fast for some of us - could the details shown be reduced to bare minimum, with a &#039;more details&#039; link?</p><br /><p>damn blast and ******:<br />accesskey=&quot;s&quot; title=&quot;Accesskey: s&quot; on the send an email form - is that all over the place? It would be preferable if there were either <strong>NO</strong> accesskeys set, or they were <strong>settable by the user</strong>. I can cite references on this subject(<a href="http://www.wats.ca/show.php?contentid=43">Wats.ca</a>), and provide you with a few links to pre written accesskey scripts (my coding is not the best in the world, but I do have one...)<br />quick grep finds occurances in:<br />edit.php(344)<br />edit.php(345)<br />misc.php(256)<br />misc.php(398)<br />post.php(539)<br />post.php(540)<br />search.php(1234)<br />userlist.php(192)<br />viewtopic.php(578)<br />viewtopic.php(579)<br />lang\English\common.php(25)<br />lang\English\common.php(27)</p>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Thu, 31 Jan 2008 11:35:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108330/#p108330</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108224/#p108224</link>
			<description><![CDATA[<p>LOL Paul re the captions. We&#039;ve had problems with IE and all things so I wouldn&#039;t be surprised if it wasn&#039;t IE6. If the table immediately follows a &lt;h2&gt; then replicating the info in the caption would be pointless. But if there is anything in between, or even the possibility of anything in between then I think they would become more relevant.</p><p>With the plugin and extendable possibilities opening up, erring on the side of caution and adding them may be best <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Wed, 30 Jan 2008 19:58:52 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108224/#p108224</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108219/#p108219</link>
			<description><![CDATA[<div class="quotebox"><cite>fmimoso wrote:</cite><blockquote><p>Is there a reason for the left-right order in #pun-visit? That is, visit links on right and login info on left?</p><p>I consider the visit links more important than the login info, therefore I think they would be better aligned to the left. I know I can change this with a float, but I&#039;ve never quite understood why is it so. I think this is a good chance to know. <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p></blockquote></div><p>Personal preference stemming from wanting to avoid putting links immediatelly under the main menu links which I think detracts from the importance of the menu bar. In fact, my preference is for adding &quot;New posts&quot; to the main menu but I keep getting overruled <img src="https://punbb.informer.com/forums/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>Rich: not an accessibility issue really and its the index page. As for the table captions (I read that article several time already), I did have them but they really just duplicated the h2 headers which appear on top of each table. I didn&#039;t think they actually added anything useful particularly as a summary is provided. Plus they would have to be invisible and one browser was refusing to shift them even when absolutely positioned into the heart of the Gobi desert. I will think about it again though because I think the stubborn browser was either FF1.5 or Opera 8.5 neither of which are current.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Wed, 30 Jan 2008 19:34:07 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108219/#p108219</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108217/#p108217</link>
			<description><![CDATA[<p>you&#039;ve lost me on that one - which page is that on? (if it is this one I apologise in advance)</p>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Wed, 30 Jan 2008 19:28:36 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108217/#p108217</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108214/#p108214</link>
			<description><![CDATA[<p>Is there a reason for the left-right order in #pun-visit? That is, visit links on right and login info on left?</p><p>I consider the visit links more important than the login info, therefore I think they would be better aligned to the left. I know I can change this with a float, but I&#039;ve never quite understood why is it so. I think this is a good chance to know. <img src="https://punbb.informer.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (fmimoso)]]></author>
			<pubDate>Wed, 30 Jan 2008 19:18:48 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108214/#p108214</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108183/#p108183</link>
			<description><![CDATA[<p>Ok found another thing while looking for a decent accessible table article.</p><p>Tables should have &lt;caption&gt; as well.</p><p><a href="http://www.usability.com.au/resources/tables.cfm">Accessible Data Tables</a> which is hefty reading but does fetaure a bit about scope against id and headers.<br /></p><div class="quotebox"><blockquote><p>Screen reader support for scope however was patchy.</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Wed, 30 Jan 2008 14:58:40 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108183/#p108183</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108178/#p108178</link>
			<description><![CDATA[<p>hidden skip link works for me, and is ideal for this situation.</p><p>last post link, works for me. well thought of!</p>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Wed, 30 Jan 2008 14:10:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108178/#p108178</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108174/#p108174</link>
			<description><![CDATA[<p>One solution to the last post issue might be the same solution as the skip link i.e. information in a span nested in the link which appears when you hover or tab. The screenreaders should have no problem with that. The trouble with visible link text is the amount of space available.</p><p>BTW. If you are wondering why I didn&#039;t just go for a visible skip link, it was pure pragmatism. I figured a large percentage of installers would just see a visible skip link as pointless and ugly and promptly delete it. This way they are more likely to leave it alone. For people who prefer it visible they can just edit a couple of lines of css.</p><p>EDIT: Last post link: Since the same user cannot make two posts at the same time, if the &quot;by username&quot; part was included in the link that would automatically eliminate the possibility of having identical link text going to different locations.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Wed, 30 Jan 2008 13:29:59 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108174/#p108174</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108164/#p108164</link>
			<description><![CDATA[<div class="quotebox"><cite>Paul wrote:</cite><blockquote><p>Rich. First of all thanks for taking the time.</p></blockquote></div><p>no problem.<br /></p><div class="quotebox"><blockquote><p>As regards divitis.</p></blockquote></div><p>I should have realised! It doesn&#039;t worry me as such, and certainly doesn&#039;t affect accessibility anway.</p><div class="quotebox"><blockquote><p>Quick post form.</p></blockquote></div><p>arggh my bad I missed the fact the label went around it all.</p><div class="quotebox"><blockquote><p>Tables. I will do some research regarding id&#039;s. I&#039;m sure when I showed somebody a versio with id&#039;s they said it was overkill for a simple table but I will look into it further.</p></blockquote></div><p>It is a simple table, and I&#039;d have to ask around for the definitive on it. Overkill, well adding accessibility specific markup on tables is always seen that way anyway - scope ought to be enough I&#039;m just not sure it is <img src="https://punbb.informer.com/forums/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><div class="quotebox"><blockquote><p>Last post link. I can&#039;t come up with a solution either. Just putting in an id or something as hidden text is just a hack to satsify the checkpoints and would actually make things worse.</p></blockquote></div><p>Hidden text isn&#039;t the answer - my other half has occasionally had to keyboard navigate, and utilise Dragon naturally speaking which is where the issue of unique <strong>visible</strong> link text is perhaps more necessary.</p><p>One to ponder over in the coming months.</p><div class="quotebox"><blockquote><p>Links. I will look into it.</p></blockquote></div><p>Thanks.</p><div class="quotebox"><blockquote><p>Profile avatar. Its required because it needs a value before submitting the form otherwise you are submitting a form which does nothing. My favoured solution would be to remove the required indicator and then change the error text which appears if you submit the form to &quot;You must select a file to upload before submitting this form&quot;. That traps the mistake without misleading people. I could also add help text under the field which is part of the label which says the same thing.</p></blockquote></div><p>I think it would be better, lets face it it made me wonder why, so I&#039;m sure others will as well.</p><div class="quotebox"><blockquote><p>search results. That was actually on my list.</p></blockquote></div><p>great minds...</p><p>As with all I post it can only be suggestions, some will be good, some will be bad.</p>]]></description>
			<author><![CDATA[null@example.com (Rich Pedley)]]></author>
			<pubDate>Wed, 30 Jan 2008 13:15:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108164/#p108164</guid>
		</item>
		<item>
			<title><![CDATA[Re: Accessibility testing]]></title>
			<link>https://punbb.informer.com/forums/post/108148/#p108148</link>
			<description><![CDATA[<p>Rich. First of all thanks for taking the time.</p><p>As regards divitis. The board description can take html. If I were to use a &lt;p&gt; I guarantee somebody would put a &lt;div&gt; inside it. If I were to use a &lt;p&gt; in the default title then I guarantee somebody would add a title with no markup so we are back to juse a single div. You ar probably right about the title part though.</p><p>Quick post form. An oversight on my part. Should be the same as the main post form.</p><p>Tables. I will do some research regarding id&#039;s. I&#039;m sure when I showed somebody a versio with id&#039;s they said it was overkill for a simple table but I will look into it further.</p><p>Last post link. I can&#039;t come up with a solution either. Just putting in an id or something as hidden text is just a hack to satsify the checkpoints and would actually make things worse.</p><p>Links. I will look into it.</p><p>Profile avatar. Its required because it needs a value before submitting the form otherwise you are submitting a form which does nothing. My favoured solution would be to remove the required indicator and then change the error text which appears if you submit the form to &quot;You must select a file to upload before submitting this form&quot;. That traps the mistake without misleading people. I could also add help text under the field which is part of the label which says the same thing.</p><p>search results. That was actually on my list.</p><p>EDIT: Rich, just checked the quickpost form and the required text is in the label, same markup as the main post forms.</p>]]></description>
			<author><![CDATA[null@example.com (Paul)]]></author>
			<pubDate>Wed, 30 Jan 2008 12:50:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/108148/#p108148</guid>
		</item>
	</channel>
</rss>
