I have removed the strong elements and replaced them with a class for the price, I will have a think regarding the H3 as the context is already set and their is no other monetary data on screen.
Do you have a recommended screen reader for testing?
Daz
On 30/01/06, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
Hi Darren,The markup look pretty slick! My only comment would be around your use of the <strong> element. For example:<p>Property <strong>3</strong> of <strong>500</strong> found</p>Have you ever heard a screen reader when it hits <strong> elements? For this reason I suggest just using a <span> and 'class' instead to create the bold visual effect - just a personal preference of mine!!Also, maybe for the price you could doing this to improve accessibility. For example, you have:<p><strong>£450,000</strong></p>whereas you can create the same effect visually, but improve (in my opinion) semantics and accessibility by doing something like:<h3 class="hide">Price</h3><p class="price">£450,000</p>Anyway, my suggestions are neither here nore there and probably more about my our personal preferences more than anything else.CheersNathan----- Original Message -----From: Darren WestSent: Monday, January 30, 2006 10:26 PMSubject: [WSG] Site ReviewHello all,
Please can you review and give comment on the following:
http://ta.rt-ms.net/2/properties.html
http://ta.rt-ms.net/2/propertydetails.html
Thanks in advance
Darren