TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Modern Improvements for Default Browser Styles

4 点作者 bradley_taunt超过 3 年前

1 comment

zzo38computer超过 3 年前
I much prefer the actual default browser styles. However, I believe that they should be customizable by the user without too much difficulty; I am not too concerned if the default setting is different than what I want it if the browser is designed well enough that the user can easily change the default CSS codes. I agree what they say about &quot;reading length&quot;; it should come down to preference. Fortunately, in Firefox (at least the old version I have) it is easy enough to disable CSS (ALT+V Y N); however, some things don&#x27;t work very well with this, so maybe it might be better to use a mixture of ARIA and HTML to set up the default styles, although to get any reasonable working might need meta-CSS (which is my own idea; note that only the end-user has permission to apply meta-CSS code and the document author cannot).<p>The &quot;XHTML Club&quot; (linked from Ugly Duck) uses the following CSS code:<p><pre><code> img{max-width:100%;} pre{overflow:auto;} </code></pre> This rather minimal CSS is what seems to me reasonable additions to the default CSS (although the user should still be allowed to customize them, and there should still be a command to display a picture by itself and be able to zoom it to full size in that case).