stilfx
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: what is role=”banner”?http://www.w3.org/TR/wai-aria/#def_Role
Role
An indicator of type. The object’s role is the class of objects of which it is a member. This semantic association allows tools to present and support interaction with the object in a manner that is consistent with user expectations about other objects of that type.4.3.6. Landmark Roles
banner (role) – A region that contains the primary heading or web site title.Forum: Everything else WordPress
In reply to: what is role=”banner”?From best I can gather, the Role Attribute is used to provide a more semantic markup, and further increase the accessibility of your content, page, code, application, etc.
The attribute describes the role(s) the current element plays in the context of the document. This can be used, for example, by applications and assistive technologies to determine the purpose of an element. This could allow a user to make informed decisions on which actions may be taken on an element and activate the selected action in a device independent way. It could also be used as a mechanism for annotating portions of a document in a domain specific way (e.g., a legal term taxonomy).
Example:
<ul role="navigation sitemap"> <li href="downloads">Downloads</li> <li href="docs">Documentation</li> <li href="news">News</li> </ul>Forum: Fixing WordPress
In reply to: Bad Character encoding in 2.7?Anyone? Bueller?
Forum: Fixing WordPress
In reply to: Remove link from post topicWhat I ment to say was:
How do i remove the anchor tag from the post titles. Hopefully only from the index page running my homepage…