Skip to content

issues Search Results · language:Dune language:JavaScript language:Java language:HTML language:Java language:JavaScript

Filter by

39.8M results  (735 ms)

39.8M results

Summary The 2026-06-19 v4 baseline run (#13, report reports/adversarial-30-2026-06-19.html) surfaced several errors in the trap index (answer key) of test-sets/adversarial-30.md. The auditor s classifications ...
testing

HTML details 和 summary 元素 details 和 summary 是 HTML5 原生的展开/折叠控件(disclosure widget),用于创建无需 JavaScript 的折叠面板。 基本用法 details summary 点击展开/收起 /summary p 这是折叠的内容区域,可以包含任意 HTML 元素。 /p ...
html

HTML dialog 元素 dialog 是 HTML5 的原生对话框元素,提供了一种无需 JavaScript 库即可创建模态对话框(Modal)和非模态对话框(Non-modal)的标准方式。 基本用法 !-- 非模态对话框(默认) -- dialog open p 这是一个打开的对话框 /p /dialog !-- 模态对话框(需要 JS 打开) -- ...
html

Part of #877. Scripts-layer check that hard-fails output violating the design system: default Tailwind palette, off-scale spacing, non-system radii, contrast failures, the boilerplate section skeleton. ...
enhancement
priority:P2

CSS backdrop-filter 属性 backdrop-filter 属性允许为元素背后的区域应用图形滤镜效果。与 filter 作用于元素本身不同,backdrop-filter 作用于元素背后的所有内容。 这个属性是实现现代 UI 设计中毛玻璃(Glassmorphism/磨砂玻璃)效果的关键技术。 基本语法 /* 单个滤镜 */ backdrop-filter: blur(10px); ...
css

backend
enhancement

Part of #877. Fight mode-collapse: sample/select a coherent archetype appropriate to the brief, then commit hard (variance between runs, coherence within). Optionally generate N distinct directions and ...
enhancement
priority:P1

CSS @font-face 规则 @font-face 是 CSS 中的 at-rule,允许网页开发者加载服务器上的自定义字体,使网页可以使用系统未安装的字体。 基本语法 @font-face { font-family: MyCustomFont ; src: url( myfont.woff2 ) format( woff2 ), url( myfont.woff ...
css

Part of #877. Depends on Playwright milestone (#12). Generate → Playwright renders + screenshots (desktop + mobile) → vision model critiques against the grammar + negatives → iterate until pass. This closed ...
enhancement
priority:P0

CSS gap 属性 gap 是 CSS Grid 和 Flexbox 布局中用于控制项目之间间距的简写属性。它取代了旧版的 grid-gap、grid-row-gap 和 grid-column-gap 属性,并已扩展到支持 Flexbox 布局。 基本语法 /* 行列间距相同 */ gap: 20px; /* 行间距 20px,列间距 10px */ gap: 20px 10px; /* ...
css
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.