Re: Help on CSS

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> 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> 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 07:21:53 UTC