Re: Help on CSS

You can change color if you throw out all the colors and background images like high contrast mode in windows does.  And then add back I the colors you want.   Related question might be is support for high contrast mode in Windows required for accessibility support of WCAG CR?

Jon

Sent from my iPhone

On Nov 14, 2018, at 2:27 AM, Wayne Dick <wayneedick@gmail.com<mailto:wayneedick@gmail.com>> wrote:

Thanks All,
That is what I thought. Here is something interesting.
If you focus on font-family, letter-spacing, word-spacing, and line-height, pages that are good responsive pages that unstick their headers and footers, work like a charm with the other stuff.

Color is problematic. You can change it only sometimes. Other times you can't.

Actually minimally effective style change universally for WCAG 2.1 conformant pages is the goal. Sadly, we cannot do it with CSS.

I think the problem is the inability to query CSS parameters effectively. So for a universal unsticking you need to build an extension.

Too bad, and thank you,

Wayne

Wayne

On Tue, Nov 13, 2018 at 5:38 PM Brian Lovely <brian@studiobl.com<mailto:brian@studiobl.com>> wrote:
Well, you’d have to undo the specific styling that was applied. There’d be no one size fits all solution. Does the page exist publicly on the internet?

On Nov 13, 2018, at 7:51 PM, Wayne Dick <wayneedick@gmail.com<mailto:wayneedick@gmail.com>> wrote:

Hi All,
I think the answer is no, but does anyone know how to write a user stylesheet that unsticks sticky header's and footers, and little arrows that float mid page right, and the menu arrows on the W3C documents.

I'm wanting something what will work on html prefexes of html:// and htmls://. That is everything.

I have tried a few weeks now and think the answer is no. But, I haven't read every module.

Best, Wayne

Received on Wednesday, 14 November 2018 23:15:27 UTC