Two new legal hurdles have surfaced on the Web recently, and it's Web developers and Web masters that will have to overcome them. These hurdles, COPPA (the Children's Online Privacy Protection Act) and the WAI (the Web Accessibility Initiative), have laid out an additional set of usability requirements for Web sites. Rather than being burdensome, however, the Web development community should view these additional usability requirements as being an opportunity and impetus - both to make their sites more accessible to everyone, disabled or not, as well as more privacy sensitive.
What is COPPA?
The Children's Online Privacy Protection Act (COPPA) went into effect on April 21st in the United States. This act intends to protect children on the Internet, from both individuals that may be using their personal information in inappropriate ways (cyberstalking, etc.), as well as from predatory advertising and business tactics.
In a nutshell, COPPA provisions require that a Web site obtain permission from parents before collecting any personal data from their children who are younger than 13. Additionally, Web sites must provide parents with a means of controlling that information in the future; i.e., provide them with a way to revoke their permission and remove the child's information from the Web site owner at any time. There are some exceptions to these regulations (a parent's permission is not required if the site is collecting a child's email address for a one-time response to a request for information), but that's the gist of it.
The Federal Trade Commission has launched a Web site (www.ftc.gov/kidsprivacy) which provides kids, parents and Web professionals with information on what the new law means to them, and how to respond to it.
What is the WAI?
Recently, several legal events have brought issues of Web accessibility to the forefront of the attention of various standards bodies.
First of all, the U.S. Government has moved to start implementing a 1998 amendment to the Rehabilitation Act, called section 508. Section 508 requires that any technology the federal government buys or uses must be accessible to people with disabilities. The section also states that Web sites erected by U.S. government departments and agencies must be accessible to people with physical, sensory, and cognitive disabilities. (www.itpolicy.gsa.gov/cita/508.htm)
Second of all, recent legal cases have suggested that the Americans with Disabilities Act may apply to issues of Internet and Web accessibility. Last November, the National Federation of the Blind (NFB) sued AOL under the ADA for refusing to adapt its frontend to run on specialized systems that convert electronic information into Braille or voice-based systems. (news.cnet.com/news/0-1005-200-1429691.html)
In response to these and many other related issues, the World Wide Web Consortium (W3C) has been working with industry and governments to come up with a set of recommendations to make the Web more accessible to all users. This initiative is called the Web Accessibility Initiative (WAI), and a Proposed Recommendation of User Agent Accessibility Guidelines was released on March 10th of this year. (www.w3.org/TR/UAAG/)
In addition, in February, the W3C put its final stamp of approval on the Authoring Tools Accessibility Guidelines 1.0 (ATAG), proposed in November, 1999. These guidelines seek to guide creators of HTML editors and other Web authoring tools towards adding automatic accessibility compatibility into the code that their products produce. (www.w3.org/TR/ATAG10/)
Two new legal hurdles have surfaced on the Web recently, and it's Web developers and Web masters that will have to overcome them. These hurdles, COPPA (the Children's Online Privacy Protection Act) and the WAI (the Web Accessibility Initiative), have laid out an additional set of usability requirements for Web sites. Rather than being burdensome, however, the Web development community should view these additional usability requirements as being an opportunity and impetus - both to make their sites more accessible to everyone, disabled or not, as well as more privacy sensitive.
What Does it Mean to me?
Does the average developer even need to worry about this? Well, maybe. The ways that COPPA might be interpreted by the courts is still somewhat fuzzy (at least to a non-lawyer like myself). If your site is explicitly targeted at children, or if you know that children are using your site, you need to be compliant with COPPA. If you fail to do so, you leave yourself open to possible legal action, and a $10,000 fine. If your site does not knowingly collect information from children, you're probably fine. Of course, popular services like Yahoo and ICQ have yanked part or all access for anyone they suspect is under the age of 13, just to be on the safe side. If they're addressing it this aggressively, you know they're concerned about their liability.
Making your site COPPA compliant is fairly straightforward, though may be logistically difficult. First off, you need to have a clear privacy policy listed on your site. The FTC states that "the policy must be available through a link on the site's homepage and at each area where personal information is collected from kids. Websites for general audiences that have a children's section must post the notice on the homepages of the section for kids." (www.ftc.gov/bcp/conline/edcams/kidzprivacy/adults.htm)
You need to provide a means for the parent to give or decline consent, and to review any information that you may have collected about their child. You also need to realize that the parent has the right to remove consent at any time, and have all information about their child deleted from your records.
Making your site more accessible to the disabled is also fairly straightforward, and in line with general usability guidelines that people like Jakob Nielsen and others have been pushing for on the Web-at-large for years. Make sure your pages are navigable by any browser. Flash interfaces can be snazzy, and Java menus nifty, but either provide access to alternate, text-based interfaces, or allow your "eye candy" to degrade gracefully. Use ALT tags with all graphics, so people with audio-based (or purely text-based) browsers can get something out of your site. Similarly, consider providing text transcripts or summaries of multimedia or plugin- dependant content, such as streaming audio interviews. In general, try to avoid frames as layout and navigation devices.
Not only are these good ideas in general, given the general browser soup that we all still live and work in, but they'll also aid you in getting your site ready for the barrage of wireless Internet appliances (phones, tablets, PDAs and the like) that will be exploding in popularity over the next few years.
These are American laws being addressed, of course, and the Internet is an international space. This doesn't mean that similar laws or guidelines don't exist (or won't appear) elsewhere in the world. The W3C, for example, is an international standards body, and the lessons that lay behind their recommendations are global in scope. Privacy, respect and usability are good for all users, and should be goals for all Web developers - even if they aren't being threatened by a legal stick.