- From: Sean Palmer <wapdesign@wapdesign.org.uk>
- Date: Sat, 14 Oct 2000 17:29:39 +0100
- To: "Ian Hickson" <ianh@netscape.com>
- Cc: <www-style@w3.org>
Dear Mr. Hickson, and all members of www-style, I decided to draft a formal proposal for what we have been discussing, and am now refering to it as "Styles For Optional Data - SFOD". The following is my attempt at a formal recommendation for the said properties and their values. CSS Properties for sub-module: Styles For Optional Data (For @media aural) Name: 'play' CSS Values: [ normal | optional | none ]+ Initial value: 'normal' (For @media all) Name: 'skip' CSS Values: [ [ provide-bypass, [ allow-bypass | disregard-bypass ]+ ] | none]+ Initial value: 'none' (For @media all) Name: 'alt' CSS Values: <uri> | none Initial value: 'none' Name: play. Refers to the playing of certain styled document contents in aural User Agents. Either of 'normal' (play content as normal), 'optional' (playing of content is optional), or 'none' (do not play content). Name: skip. Allows content with this property set to have a distinct style regarding the bypassing of optional page data, for example grouped navigation links. Either 'none' (do not provde a bypassing mechanism), or either or both (comma fallback fashion - see example) of 'provide-bypass' (User Agent specific: implies provide some means of bypassing the stlyed content to the next available ement, if the alt property is not set. If alt is set, then use that instead.), or either of allow-bypass (allow said styled content to be bypassed, but do not specify a specific means of doing so), or disregard-bypass (bypassing the styled content is inadvisable). e.g. .navbar { skip: provide-bypass, allow-bypass; } N.B. The 'play' property must be set to 'optional' for the skip property to have meaning for aural User Agents. e.g. .navbar { play: optional; skip: provide-bypass, allow-bypass; } Name: alt. Provides an alternative content for User Agents to render if they find the current content unrenderable. Can also be used in conunction with the 'skip' property to provide a frag ID or URI to skip to when styled content is bypassed. <uri> (URI for the alternative content), or 'none' (none). Kindest Regards, Sean B. Palmer President and Founder WAP Tech Info - http://www.waptechinfo.com/
Received on Saturday, 14 October 2000 12:30:16 UTC