web-severity-scoring

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Web Severity Scoring

Web严重程度评分

Severity Scoring Formula

严重程度评分公式

text
Page Score = 100 - (sum of weighted findings)

Weights:
  Critical (high confidence, both sources):  -15 points
  Critical (high confidence, single source): -10 points
  Critical (medium confidence):               -7 points
  Critical (low confidence):                  -3 points
  Serious (high confidence):                  -7 points
  Serious (medium confidence):                -5 points
  Serious (low confidence):                   -2 points
  Moderate (high confidence):                 -3 points
  Moderate (medium confidence):               -2 points
  Moderate (low confidence):                  -1 point
  Minor:                                      -1 point

Floor: 0 (minimum score)
text
Page Score = 100 - (sum of weighted findings)

Weights:
  Critical (high confidence, both sources):  -15 points
  Critical (high confidence, single source): -10 points
  Critical (medium confidence):               -7 points
  Critical (low confidence):                  -3 points
  Serious (high confidence):                  -7 points
  Serious (medium confidence):                -5 points
  Serious (low confidence):                   -2 points
  Moderate (high confidence):                 -3 points
  Moderate (medium confidence):               -2 points
  Moderate (low confidence):                  -1 point
  Minor:                                      -1 point

Floor: 0 (minimum score)

Score Grades

评分等级

ScoreGradeMeaning
90-100AExcellent - minor or no issues, meets WCAG AA
75-89BGood - some issues, mostly meets WCAG AA
50-74CNeeds Work - multiple issues, partial WCAG AA compliance
25-49DPoor - significant accessibility barriers
0-24FFailing - critical barriers, likely unusable with AT
分数等级含义
90-100A优秀 - 仅有轻微问题或无问题,符合WCAG AA标准
75-89B良好 - 存在少量问题,基本符合WCAG AA标准
50-74C有待改进 - 存在多个问题,部分符合WCAG AA合规要求
25-49D较差 - 存在显著无障碍障碍
0-24F未通过 - 存在致命障碍,使用AT很可能无法正常访问

Confidence Levels

置信度等级

LevelWeightWhen to Use
High100%Confirmed by axe-core + agent, or definitively structural (missing alt, no labels, no lang)
Medium70%Found by one source, likely issue (heading edge cases, questionable ARIA, possible keyboard traps)
Low30%Possible issue, needs human review (alt text quality, reading order, context-dependent link text)
等级权重适用场景
100%由axe-core + Agent共同确认,或明确属于结构性问题(缺失alt属性、无标签、无lang属性)
70%由单一来源发现,大概率是问题(标题边缘情况、有疑问的ARIA、可能存在键盘陷阱)
30%可能存在问题,需要人工审核(alt文本质量、阅读顺序、依赖上下文的链接文本)

Source Correlation

来源相关性

Issues found by both axe-core AND agent review are automatically upgraded to high confidence regardless of individual confidence ratings.
同时被axe-core和Agent审核发现的问题,无论单独的置信度评级如何,都会自动升级为高置信度

Scorecard Format

记分卡格式

Single Page

单页面

markdown
undefined
markdown
undefined

Accessibility Score

Accessibility Score

MetricValue
Page[URL]
Score[0-100]
Grade[A-F]
Critical[count]
Serious[count]
Moderate[count]
Minor[count]
undefined
MetricValue
Page[URL]
Score[0-100]
Grade[A-F]
Critical[count]
Serious[count]
Moderate[count]
Minor[count]
undefined

Multi-Page

多页面

markdown
undefined
markdown
undefined

Accessibility Scorecard

Accessibility Scorecard

PageScoreGradeCriticalSeriousModerateMinor
/82B0231
/login91A0021
/dashboard45D2432
Average72.7C2684
undefined
PageScoreGradeCriticalSeriousModerateMinor
/82B0231
/login91A0021
/dashboard45D2432
Average72.7C2684
undefined

Cross-Page Pattern Classification

跨页面模式分类

Pattern TypeDefinitionRemediation ROI
SystemicSame issue on every audited pageHighest - usually layout/nav, fix once
TemplateSame issue on pages sharing a componentHigh - fix the shared component
Page-specificUnique to one pageNormal - fix individually
模式类型定义修复投资回报率
系统性所有被审计页面都存在相同问题最高 - 通常是布局/导航问题,修复一次即可
模板级共享同一组件的页面存在相同问题高 - 修复共享组件即可
页面专属仅单个页面存在的独特问题普通 - 单独修复即可

Remediation Tracking

修复跟踪

Change Classification

变更分类

StatusDefinition
FixedIssue was in previous report but no longer present
NewIssue not in previous report, appears now
PersistentIssue remains from previous report
RegressedIssue was previously fixed but has returned
状态定义
已修复上一次报告中存在的问题现已不存在
新增上一次报告中不存在,本次新出现的问题
持续存在上一次报告中存在的问题本次仍存在
回退之前已修复的问题再次出现

Progress Metrics

进度指标

  • Issue reduction:
    (fixed / previous_total) * 100
  • Score change:
    current_score - previous_score
  • Pages improved: count of pages with higher scores than previous audit
  • Trend: improving (score up 5+), stable (within 5), declining (score down 5+)
  • 问题减少率:
    (fixed / previous_total) * 100
  • 分数变化:
    current_score - previous_score
  • 页面改进数: 分数高于上一次审计的页面数量
  • 趋势: 提升(分数上涨5分及以上)、稳定(波动在5分以内)、下降(分数下跌5分及以上)

Issue Severity Categories

问题严重程度分类

Critical

致命(Critical)

  • No keyboard access to essential functionality
  • Missing form labels on required fields
  • Images conveying critical information have no alt text
  • Color is the sole means of conveying information
  • Keyboard traps with no escape
  • 核心功能无法通过键盘访问
  • 必填表单字段缺失标签
  • 承载关键信息的图片无alt文本
  • 仅通过颜色传递信息
  • 存在无法退出的键盘陷阱

Serious

严重(Serious)

  • Missing skip navigation
  • Poor heading hierarchy (skipped levels)
  • Focus not visible on interactive elements
  • Form errors not programmatically associated
  • Missing ARIA on custom widgets
  • 缺失跳过导航功能
  • 标题层级不合理(跳过层级)
  • 交互元素无可见焦点
  • 表单错误未做程序化关联
  • 自定义组件缺失ARIA属性

Moderate

中度(Moderate)

  • Redundant ARIA on semantic elements
  • Suboptimal heading structure (multiple H1s)
  • Missing autocomplete on identity fields
  • Links to new tabs without warning
  • Missing table captions
  • 语义化元素上存在冗余ARIA属性
  • 标题结构不合理(多个H1)
  • 身份信息字段缺失自动补全属性
  • 链接打开新标签页未做提示
  • 表格缺失标题

Minor

轻微(Minor)

  • Redundant title attributes
  • Suboptimal button text
  • Missing landmark roles where semantic elements exist
  • Decorative images with non-empty alt text
  • 冗余的title属性
  • 按钮文本不合理
  • 已使用语义化元素的场景缺失地标角色
  • 装饰性图片的alt属性非空