Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion Using CSS to hide text
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Phil Payne  
View profile  
 More options Jun 11 2007, 10:52 am
From: Phil Payne
Date: Mon, 11 Jun 2007 07:52:27 -0700
Local: Mon, Jun 11 2007 10:52 am
Subject: Re: Using CSS to hide text

> As the Guidelines say, focus on intent. If you're using CSS techniques
> purely to improve your users' experience and/or accessibility, you
> shouldn't need to worry. One good way to keep it on the up-and-up (if
> you're replacing text w/ images) is to make sure the text you're
> hiding is being replaced by an image with the exact same text.

I'm planning on using CSS hiding systematically to allow me to create
sets of pages that can be viewed either on screens or on handhelds.
There's a lot of room on a screen for decorative stuff and other
things.

For example, on some pages I want the copyright statement at the top
on a screen and at the bottom on a handheld.  So I put both in the
XHTML.  An @media screen display:none for the class used in the bottom
statement and an @media handheld display:none for the class used in
the top statement is the most elegant way to go - one XHTML page and
one CSS serves both media.

I don't see that Google can progammatically verify what CSS does
anyway.  First it would double the crawling bandwidth needed, and
secondly it would be trivial to serve the Googlebot with an innocuous
CSS.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.