On Sat, Sep 17, 2011 at 5:20 PM, V.Krishn <[email protected]> wrote: > On Sunday, September 18, 2011 03:19:43 AM Carlos AB wrote: >> I agree, even though I have never worked with people with such >> disabilities, It is good to know that they found no problems understanding >> how PmWiki differentiates one type of link from the other, and also that >> people writing skins for PmWiki have to think about a lot when trying to >> make a new move. >> > > There is a much less used feature that allows switching of stylesheet without > using javascript. > Skin providing "alternate stylesheet" like > 1. High contrast > 2. Low contrast > 3. 16 color > 4. High color > ..etc.. can help, including adaptiblity to low end devices/screens. > > <link rel="stylesheet" href="style.css" type="text/css" /> > <link rel="alternate stylesheet" href="highcontrast.css" type="text/css" > title="High Contrast Color Style" /> > <link rel="alternate stylesheet" href="lowcontrast.css" type="text/css" > title="Low Contrast Color Style" /> > > I have tested this feature since firefox 0.9+ and konqueror 3.5+. > I could not locate the functionality in Chromium.
Wow, I have never heard of this feature, Thanks! _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
