TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: GitHub's Fixed Header for better accessibility

45 pointsby amitmerchantover 8 years ago

7 comments

mrweaselover 8 years ago
I&#x27;m sorry, but fixed headers are almost always a bad idea, because it make assumptions about the clients that may not be valid. The assumption is that the client has the vertical space for a fixed header.<p>Even the example is shown for a client that has plenty of vertical space. If the user is on something like a 13&quot; laptop, the fixed header reduces the amount of &quot;usable&quot; space on the page.<p>Unless you&#x27;re absolutely sure that the client is on a big monitor, and has a browser window that&#x27;s higher than it is wide, don&#x27;t use fixed headers.<p>Interestingly enough you rarely see website&#x2F;webapps that utilises the fact that most users are on wide-screen monitors (mobile excluded).
评论 #12513961 未加载
评论 #12514433 未加载
评论 #12514161 未加载
评论 #12514141 未加载
评论 #12515431 未加载
评论 #12514162 未加载
wingerlangover 8 years ago
And here&#x27;s a chrome extension that disables static headers, for us who dislike them &#x2F; low res devices &#x2F; zoomed pages.<p><a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;fix-fixed&#x2F;fmekfmdhojjdlffigjlnbfkmjjncfkde" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;fix-fixed&#x2F;fmekfmdh...</a><p>I mean, nice for your plugin for those who like it. I just found this a bit relevant.
评论 #12513047 未加载
评论 #12513452 未加载
评论 #12513243 未加载
评论 #12514005 未加载
评论 #12515224 未加载
samdoidgeover 8 years ago
Does this help the disabled? If not, it&#x27;s &#x27;user experience&#x27;, not accessibility.<p>&gt; Accessibility refers to the design of products, devices, services, or environments for people who experience disabilities.
评论 #12513535 未加载
sergiotapiaover 8 years ago
(nitpick) This isn&#x27;t accessibility. It&#x27;s not related to helping the blind&#x2F;crippled&#x2F;etc.
评论 #12513639 未加载
评论 #12513606 未加载
glaberfickenover 8 years ago
Oh! for a second I thought this was an &quot;official&quot; feature release. Not an improvement IMHO.<p>But for me this illustrates the &quot;killer app&quot; of browser extensions, that you can customize the sites you use every day and are not dependent on them implementing a certain feature.
mapleoinover 8 years ago
It depends on your definition of accessibility I suppose...
评论 #12513481 未加载
nnessover 8 years ago
Better accessibility? Just to note that position fixed with an input element receiving focus will break on iOS. Its a long-standing bug with very few work-arounds.<p>(that said, I realise you can&#x27;t apply these styles to iOS anyway, it is a mute point).
评论 #12513296 未加载
评论 #12513500 未加载