Giter Site home page Giter Site logo

Comments (7)

fantasai avatar fantasai commented on May 26, 2024

From bug #39 : “I would also like to be able to see the funny arrow-thing at the bottom left of the page, but when I'm tabbing I'm almost always on a link and the URL the browser displays is just larger than the arrow (so if the arrow were either a bit bigger or moved up a bit from the bottom, it could be seen). I also have to discover what these arrows do as they're kinda mystery-meat-- unless the title that is supplied to mouse users could be added on focus?
arrow-thingie:focus:after { display: whatever; content: attr(title); //and some styles to put it in a useful place}

from tr-design.

StommePoes avatar StommePoes commented on May 26, 2024

I know the 44px was a known minimum but it's good to keep this in mind:
https://lists.w3.org/Archives/Public/public-mobile-a11y-tf/2015Dec/0032.html

But anyway, muchos YESes to this issue.

from tr-design.

marcoscaceres avatar marcoscaceres commented on May 26, 2024

Agree. Don't use pixels, but use either mm or cm (i.e., values that are dpr independent).

from tr-design.

fantasai avatar fantasai commented on May 26, 2024

Marcos, px are tied to mm in a fixed ratio. See https://www.w3.org/TR/css-values-3/#absolute-lengths (This didn't used to be the case: they used to be based on the visual angle while the others were measured on-screen. But the Web assumes 96dpi, so we unfortunately had to change that... In any case, px have never been defined as 1 device pixel.)

from tr-design.

marcoscaceres avatar marcoscaceres commented on May 26, 2024

Argh, thanks for the clarification. I hate the web😤 now I don't know what unit of measurement to use anymore 😭

Sent from my iPhone

On 16 Jan 2016, at 4:57 AM, fantasai [email protected] wrote:

Marcos, px are tied to mm in a fixed ratio. See https://www.w3.org/TR/css-values-3/#absolute-lengths (This didn't used to be the case: they used to be based on the visual angle while the others were measured on-screen. But the Web assumes 96dpi, so we unfortunately had to change that... In any case, px have never been defined as 1 device pixel.)


Reply to this email directly or view it on GitHub.

from tr-design.

fantasai avatar fantasai commented on May 26, 2024

Some combination of vh, vw, and rem is usually a good idea. :)

from tr-design.

fantasai avatar fantasai commented on May 26, 2024

I've updated the style sheet to address to try to address these comments.
http://fantasai.inkedblade.net/style/design/w3c-restyle/2016/sample
Please play with it and file further issues as necessary.

...Note, however, there's one issue I can't easily fix: the blank link text of the unfocused link when the other one is focused by keyboard. Maybe I'll come up with a solution tomorrow. Or maybe it'll just look a bit awkward for now. :/

from tr-design.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.