[ http://issues.apache.org/jira/browse/BEEHIVE-645?page=all ] Krista Baker closed BEEHIVE-645: --------------------------------
Verified fixed at svn revision 169890 > netui:area tag libraries documentation > -------------------------------------- > > Key: BEEHIVE-645 > URL: http://issues.apache.org/jira/browse/BEEHIVE-645 > Project: Beehive > Type: Bug > Components: Documentation > Reporter: Krista Baker > Assignee: Krista Baker > Fix For: V1 > > \docs\apidocs\index.html > file:/docs/apidocs/taglib/beehive.apache.org/netui/tags-html-1.0/area.html > Attributes > 1. alt -> Current: "The alternative text for the image" however, in an image > map, the alt text "Specifies an alternative text for the area" (the alt > description is a requirement for the area tag in a client-side image map > according to 508 specifications) > 2. Even though dir is a Standard Html Attribute, the description is lacking: > "The dir." The description taken from the standard Attributes Value > Description: > dir ltr | rtl Sets the text direction > 3. tagId see Jira-637 for more information > 4. This tag contains no example or HTML output example: > <netui:image src="someDefaultPic.jsp" alt="a default picture" > usemap="#defaultMap"/> > <map id="defaultMap" name="defaultMap"> > <netui:area shape="rect" coords="0,0,80,80" href="bigPicture.jsp" alt="big > picture of the image"/> > </map> > Will output the following HTML: > <img src="someDefaultPic.jsp" usemap="#defaultMap" alt="a default picture"> > <map id="defaultMap" name="defaultMap"> > <area href="bigPicture.jsp" shape="rect" alt="big picture of the image" > coords="0,0,80,80"> > </map> > bash05102005 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
