issues Search Results · language:Edge language:TypeScript language:C# language:Java language:JavaScript language:Java
Filter by
55.1M results
CSS initial-letter 属性用于设置首字母下沉(Drop Cap)效果,即段落的第一个字母被放大并下沉到正文中。这是传统印刷排版中常见的视觉效果,现在可以通过 CSS 原生实现,无需使用伪元素或额外的 HTML 标记。
属性语法
/* 一个值:设置下沉行数 */
.element::first-letter {
initial-letter: 3; /* 首字母占 3 行高度 ...
css
CSS :focus-visible 伪类选择器用于在浏览器判定聚焦样式应该可见时匹配元素。它实现了键盘焦点环和鼠标点击样式的智能分离——当用户使用键盘(Tab 键)导航时显示焦点环,使用鼠标点击时隐藏焦点环。
解决的问题
传统上,开发者使用 :focus 设置焦点样式会遇到两难选择:
/* ❌ 方案1:完全移除焦点环(伤害键盘用户的可访问性)*/
button:focus {
outline: ...
css
Problem
No photo/media support on activities (no column, no upload, no display). The activity detail page has a map but no
gallery.
Acceptance
- [ ] Storage + upload endpoint for activity photos. ...
activity
enhancement
Codex-Auftragsheader
- Planmodus: EIN
- Ziel verfolgen: EIN
- Modell: gpt-5.5
- Arbeitsmodus: PLAN_ONLY zuerst
- Branch: feat/normpilot-pr4
- Ziel: NormPilot MVP nach PR 1-3 pilotfaehig hardenen: ...
Hi @mcspach,I’m Jacob, a SWE Cloud Architect
I am reaching out because I m looking to partner with an experienced professional to bring my idea to life, with the
potential to generate side income.
Do ...
CSS touch-action 属性用于指定浏览器是否以及如何将触摸事件传递给元素进行处理,它控制触摸设备上的默认手势行为(如滚动、缩放、双指操作等)。该属性是提升移动端 Web 体验的核心 CSS 属性。
属性值
/* 默认值:允许所有触摸操作 */
.element {
touch-action: auto;
}
/* 不允许任何触摸操作 */
.element {
touch-action: ...
css
Description
The issues mentioned in #7555 should be resolved in 3.4.1. Not sure about false positive AV warnings, works for me so
far. Reason to upgrade is support for the latest JNI version.
I can also ...
enhancement
Problem
Activities can only be created via live GPS recording or simulated replay. There s no form/endpoint to log an activity
manually (distance/duration/type/elevation), which is standard Strava behavior. ...
activity
enhancement
CSS forced-color-adjust 属性允许开发者控制元素是否应受操作系统强制颜色模式(如 Windows 高对比度模式)的影响。这对于确保网站在无障碍模式下保持良好的视觉效果和可读性至关重要。
背景
当用户启用 Windows 高对比度模式(或其他操作系统的类似无障碍功能)时,浏览器会强制覆盖网页的颜色,使用用户指定的颜色方案。这虽然提高了可读性,但有时会破坏精心设计的 UI,如自定义按钮、徽章、图表、地图标记等。 ...
css
Problem
Activity declares routes: [ index , store , show , update , destroy ] but only Store/Index/Show actions exist. There s
no way to edit or delete a run, and no UI for it.
Acceptance
- [ ] ActivityUpdateAction ...
activity
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.