Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
FAlt Text QualityAction122 of 123 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 122 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FForm AccessibilityAction11 of 13 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| #zwlj_bt1 | button | 是,按回车键在新窗口打开链接 | aria-label |
| #zwlj_bt2 | button | 否,按回车键关闭提示框 | aria-label |
| #searchword | text | (搜索) | placeholder only |
| #iptSword | text | (搜索) | placeholder only |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| select | select | (none) | none |
| #sub-pc | button | (none) | none |
| #sub-mobile | submit | (none) | none |
| #na_bt1 | button | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="button" id="sub-pc">; <input type="submit" id="sub-mobile">; <select>; <select>; <select>; <select>; <select>; <select>; <input type="button" id="na_bt1">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="iptSword" id="searchword">; <input type="text" id="iptSword">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
FLink & Button QualityAction50 issue(s) across 444 links and 5 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| http://english.cas.cn | English | new tab | Add '(opens in new tab)' to text |
| //mail.cstnet.cn/ | 邮箱 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/ | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| http://english.cas.cn | (empty) | empty | Add link text or aria-label |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| //www.cas.cn/../../kxyj/kjzx/ | 科技专项 | new tab | Add '(opens in new tab)' to text |
| http://www.casip.ac.cn/ | 知识产权与科技成果转… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/zkyjyjj/ | 中国科学院教育简介 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/zkd/ | 中国科学技术大学 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/gkd/ | 中国科学院大学 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/skd/ | 上海科技大学 | new tab | Add '(opens in new tab)' to text |
| http://www.casad.cas.cn/ | 学部与院士 | new tab | Add '(opens in new tab)' to text |
| http://scicn.casad.cas.cn/ | 科学与中国 | new tab | Add '(opens in new tab)' to text |
| http://www.kepu.cn/ | 中国科普博览 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/xxgkgzxx/xggd/… | 信息公开指南 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/xxgkgzxx/xggd/… | 信息公开目录 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/xxgksq/ | 信息公开申请 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/xxgklxfs/ | 信息公开联系方式 | new tab | Add '(opens in new tab)' to text |
| http://www.casad.cas.cn/ | 学部与院士 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../zz/zyze/202511/t20251… | 更多+ | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../zz/yk/202511/t2025110… | 更多+ | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/houjianguo/ | 侯建国 | img no alt | Add alt attribute to the image |
| //www.cas.cn/wuzhaohui/ | 吴朝晖 | img no alt | Add alt attribute to the image |
| //www.cas.cn/sunyegang/ | 孙也刚 | img no alt | Add alt attribute to the image |
| //www.cas.cn/zhouqi/ | 周 琪 | img no alt | Add alt attribute to the image |
| //www.cas.cn/wangkeqiang/ | 汪克强 | img no alt | Add alt attribute to the image |
| //www.cas.cn/dingchibiao/ | 丁赤飚 | img no alt | Add alt attribute to the image |
| //www.cas.cn/hehongping/ | 何宏平 | img no alt | Add alt attribute to the image |
| //www.cas.cn/sunxiaoming/ | 孙晓明 | img no alt | Add alt attribute to the image |
| //www.cas.cn/wanghua/ | 王 华 | img no alt | Add alt attribute to the image |
| //www.cas.cn/wenya/ | 文 亚 | img no alt | Add alt attribute to the image |
| //www.cas.cn/wangdatong/ | 王大同 | img no alt | Add alt attribute to the image |
| https://go.cas.cn/ | 办公厅 | new tab | Add '(opens in new tab)' to text |
| https://bdp.cas.cn/ | 科技创新发展局 | new tab | Add '(opens in new tab)' to text |
| https://bfse.cas.cn/ | 基础科学研究局 | new tab | Add '(opens in new tab)' to text |
| https://bmrdp.cas.cn/ | 战略高技术研究局 | new tab | Add '(opens in new tab)' to text |
| https://zdzx.cas.cn/ | 重大专项研究局 | new tab | Add '(opens in new tab)' to text |
| https://sdr.cas.cn/ | 可持续发展科技研究局 | new tab | Add '(opens in new tab)' to text |
| https://bsc.cas.cn/ | 科技基础能力局 | new tab | Add '(opens in new tab)' to text |
| https://casad.cas.cn/ | 学部工作局 | new tab | Add '(opens in new tab)' to text |
| https://pe.cas.cn/ | 人才与人事局 | new tab | Add '(opens in new tab)' to text |
| https://bic.cas.cn/ | 国际合作局 | new tab | Add '(opens in new tab)' to text |
| https://bpf.cas.cn/ | 财务与资产管理局 | new tab | Add '(opens in new tab)' to text |
| https://jianshen.cas.cn/ | 审计与监督局(党组巡… | new tab | Add '(opens in new tab)' to text |
| https://jgdw.cas.cn/ | 机关党委 | new tab | Add '(opens in new tab)' to text |
| https://lt.cas.cn/ | 老专家老干部服务局 | new tab | Add '(opens in new tab)' to text |
| https://jijianzu.cas.cn/ | 中央纪委国家监委驻中… | new tab | Add '(opens in new tab)' to text |
| https://syb.cas.cn/ | 沈阳分院 | new tab | Add '(opens in new tab)' to text |
| https://shb.cas.cn/ | 上海分院 | new tab | Add '(opens in new tab)' to text |
| https://whb.cas.cn | 武汉分院 | new tab | Add '(opens in new tab)' to text |
| https://gzb.cas.cn | 广州分院 | new tab | Add '(opens in new tab)' to text |
| https://cdb.cas.cn | 成都分院 | new tab | Add '(opens in new tab)' to text |
| https://kmb.cas.cn | 昆明分院 | new tab | Add '(opens in new tab)' to text |
| https://xab.cas.cn | 西安分院 | new tab | Add '(opens in new tab)' to text |
| https://lzb.cas.cn | 兰州分院 | new tab | Add '(opens in new tab)' to text |
| https://xjb.cas.cn | 新疆分院 | new tab | Add '(opens in new tab)' to text |
| https://lssf.cas.cn/ | 重大科技基础设施 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kxyj/202512/t20251218… | 国家科技资源共享服务… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn//kxyj/kj/zg/ | 国家最高科学技术奖 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn//kxyj/kj/zr/ | 国家自然科学奖 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn//kxyj/kj/js/ | 国家技术发明奖 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn//kxyj/kj/jb/ | 国家科学技术进步奖 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn//kxyj/kj/hz/ | 国家科学技术合作奖 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn//kxyj/kj/casjc/ | 中国科学院杰出科技成… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn//kxyj/kj/cashz/ | 中国科学院国际科技合… | new tab | Add '(opens in new tab)' to text |
| http://www.tsaf.ac.cn/ | 陈嘉庚科学奖 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kxyj/kjqk/ | 科技期刊 | new tab | Add '(opens in new tab)' to text |
| https://www.sciengine.com/publications/l… | 品牌期刊 | new tab | Add '(opens in new tab)' to text |
| https://www.sciengine.com/publications/p… | 期刊集群 | new tab | Add '(opens in new tab)' to text |
| https://www.sciengine.com/publications/l… | 新办期刊 | new tab | Add '(opens in new tab)' to text |
| https://www.sciengine.com/publications/l… | SciEngine期刊 | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/redirect/prp/xlcd/ | (empty) | empty | Add link text or aria-label |
| //www.cas.cn/../../syky/202604/t20260420… | 寒武纪新发现!科学家… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../syky/202604/t20260420… | 研究解析甲状腺乳头状… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../syky/202604/t20260402… | 科研人员提出实现月球… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../syky/202604/t20260417… | 研究揭示蔷薇科水杨酸… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../syky/202604/t20260417… | 快堆全堆芯流固耦合研… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../syky/202604/t20260407… | 南极冰川加速流动的机… | new tab | Add '(opens in new tab)' to text |
| http://www.casip.ac.cn/ | (empty) | empty | Add link text or aria-label |
| //www.cas.cn/../../cg/zh/202604/t2026042… | 过程工程所安全氢基能… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202604/t2026042… | 东莞材料所自研高频软… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202604/t2026040… | 合肥研究院等研发的经… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202603/t2026031… | 上海高研院技术成果转… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202602/t2026022… | 我国自主研发多发性硬… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202602/t2026020… | 工程热物理所等在压缩… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202602/t2026020… | 电工所承担的国家重点… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202601/t2026011… | 青海盐湖所在碱性溶液… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202601/t2026011… | 上海硅酸盐所3D打印硅… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202601/t2026010… | “制氢+硫磺”,新技… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202512/t2025122… | 亿方级甲烷-二氧化碳… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../cg/zh/202512/t2025122… | 国内首台套钢铁行业高… | new tab | Add '(opens in new tab)' to text |
| //www.ustc.edu.cn/ | (empty) | empty | Add link text or aria-label |
| //www.ustc.edu.cn/ | 中国科学技术大学(简… | new tab | Add '(opens in new tab)' to text |
| //www.ucas.ac.cn/ | (empty) | empty | Add link text or aria-label |
| //www.ucas.ac.cn/ | 中国科学院大学(简称… | new tab | Add '(opens in new tab)' to text |
| //www.shanghaitech.edu.cn/ | (empty) | empty | Add link text or aria-label |
| //www.shanghaitech.edu.cn/ | 上海科技大学(简称“… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/gz/202604/t20260… | 青藏高原所与云南师范… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/gz/202603/t20260… | 物理所研究员靳常青获… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/gz/202602/t20260… | 青藏高原所与西南民族… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/gz/202601/t20260… | 国科大举办2025拾光奉… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/gz/202512/t20251… | 上海分院与上海交通大… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../rcjy/gz/202512/t20251… | 2025年中国科大科教融… | new tab | Add '(opens in new tab)' to text |
| http://www.casmooc.cn/ | (empty) | empty | Add link text or aria-label |
| http://job.cas.cn/ | (empty) | empty | Add link text or aria-label |
| http://www.casjob.com/ | (empty) | empty | Add link text or aria-label |
| https://720yun.com/t/jlag4om4g7hndq89cy?… | 中国科学院国家授时中… | new tab | Add '(opens in new tab)' to text |
| http://museum.kiz.cas.cn/ | 中国科学院昆明动物研… | new tab | Add '(opens in new tab)' to text |
| http://kjg.hfcas.ac.cn/ | 中国科学院合肥物质科… | new tab | Add '(opens in new tab)' to text |
| http://www.nmp.ac.cn/ | 中国科学院南京地质古… | new tab | Add '(opens in new tab)' to text |
| http://www.kepu.net.cn/vmuseum/kpcg/bwg/… | 中国科学院动物研究所… | new tab | Add '(opens in new tab)' to text |
| http://www.kepu.net.cn/vmuseum/kpcg/bbg/… | 中国科学院新疆生态与… | new tab | Add '(opens in new tab)' to text |
| http://www.egi.cas.cn/yjpt/xjzrbwg/ | 中国科学院新疆生态与… | new tab | Add '(opens in new tab)' to text |
| http://scicn.casad.cas.cn/ | 科学与中国 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kx/gz/202604/t2026040… | 2026“科学与中国——… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kx/gz/202604/t2026040… | “科学与中国——千名… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kx/gz/202603/t2026033… | 亚热带生态所开展“科… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kx/gz/202603/t2026032… | 上海硅酸盐所开展科普… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kx/gz/202603/t2026032… | “科学与中国——千名… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kx/gz/202603/t2026031… | 版纳植物园举办“树说… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../kx/gz/202602/t2026022… | 兰州化物所开展科普研… | new tab | Add '(opens in new tab)' to text |
| http://www.kepu.net.cn/ | 中国科普博览 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 成都分院举办树立和践… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 苏州纳米所举办树立和… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 亚热带生态所举办树立… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 空间应用中心党委举办… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 武汉分院分党组举办树… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 软件所举办树立和践行… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 行管局党委举办树立和… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 兰州分院分党组举办树… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/gz/202604/t20260… | 声学所党委举办树立和… | new tab | Add '(opens in new tab)' to text |
| https://kyff.cas.cn/ | (empty) | empty | Add link text or aria-label |
| http://qtgz.cas.cn/ | (empty) | empty | Add link text or aria-label |
| //www.cas.cn/../../djcx/ff/202603/t20260… | 新疆分院纪检组召开202… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/ff/202603/t20260… | 沈阳分院纪检组召开202… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/ff/202602/t20260… | 西安分院纪检组召开202… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/ff/202512/t20251… | 沈阳分院召开2025年度… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../jl/wf/ | 违纪违法举报 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/wm/202603/t20260… | 计算机网络信息中心举… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/wm/202601/t20260… | 中国科学院合唱团举办… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/wm/202512/t20251… | 中国科学院合唱团参加… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../djcx/wm/202601/t20260… | 卫星创新院举办“卫星… | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/xxgkgzxx/xggd/… | 信息公开指南 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/xxgkgzxx/xggd/… | 其他规定 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/xxgkgzxx/zzjg/… | 工作机构 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/xxgkgzxx/zzjg/… | 监督机构 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/jbxx/y… | 院士大会 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/jbxx/y… | 院士信息 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/gzzd/y… | 院士章程 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/gzzd/z… | 增选工作有关规定 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/gzjz/y… | 院士增选 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/gzjz/z… | 决策咨询 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/gzjz/x… | 学术引领 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/xbcbw/… | 决策咨询系列 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/xbcbw/… | 学术引领系列 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/xbcbw/… | 科学文化系列 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/cjgkxj… | 规章制度 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyxb/cjgkxj… | 通知公告 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../zz/index.shtml#yk_scy | 基本情况 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../zz/index.shtml#ha_zzj… | 院领导集体 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../zz/ | 组织机构 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyyb/gzzd/z… | 综合性制度文件 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyyb/gzzd/j… | 政策解读 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyyb/rsrc/r… | 人事任免 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyyb/rsrc/r… | 人才招聘 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyyb/gjhz/g… | 国际组织 | new tab | Add '(opens in new tab)' to text |
| //www.cas.cn/../../xxgkml/zgkxyyb/gjhz/z… | 政策法规 | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 习近平同莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 习近平同莫桑比克总统… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/kjzt/ssw/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/kjzt/ssw/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/kjzt/ssw/ | 专题:改革创新发展这… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/sszt/zjg/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/sszt/zjg/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/sszt/zjg/ | 中国科学院深入开展树… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/syky/202603/t20260320… | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/syky/202603/t20260320… | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/syky/202603/t20260320… | 科学家发现野生稻多年… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/hyzt/2026lh/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/hyzt/2026lh/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/hyzt/2026lh/ | 专题:2026年全国两会 | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/syky/202603/t20260305… | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/syky/202603/t20260305… | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/syky/202603/t20260305… | 志留纪硬骨鱼类研究填… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/hyzt/cas2026gzh/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/hyzt/cas2026gzh/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/hyzt/cas2026gzh/ | 专题:中国科学院2026… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/kjzt/ssw/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/kjzt/ssw/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/kjzt/ssw/ | 专题:改革创新发展这… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/sszt/zjg/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/sszt/zjg/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/sszt/zjg/ | 中国科学院深入开展树… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/yuanzhangzhici/ | (empty) | empty | Add link text or aria-label |
| ./gj/ | 要闻播报 | img no alt | Add alt attribute to the image |
| ./yw/ | 院内要闻 | img no alt | Add alt attribute to the image |
| https://www.news.cn/politics/leaders/202… | (empty) | empty | Add link text or aria-label |
| https://www.news.cn/politics/leaders/202… | 习近平同越共中央总书… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 习近平举行仪式欢迎莫… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 习近平同沙特王储兼首… | new tab | Add '(opens in new tab)' to text |
| http://www.news.cn/politics/leaders/2026… | 李强主持国务院第十九… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 习近平致电祝贺盖莱当… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 李强主持召开国务院常… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 《求是》杂志发表习近… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 习近平同越共中央总书… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 习近平同苏林共同会见… | new tab | Add '(opens in new tab)' to text |
| https://www.news.cn/politics/leaders/202… | 习近平夫妇同苏林夫妇… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260414_5106985.shtml | 中央第十三巡视组巡视… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260414_5106985.shtml | 中央第十三巡视组巡视… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260414_5106985.shtml | 中央第十三巡视组巡视… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260413_5106866.shtml | 西班牙首相佩德罗·桑… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260416_5107207.shtml | 侯建国会见西班牙高等… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260414_5106953.shtml | 中国科学院—马普学会… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260412_5106572.shtml | 中国科学院召开树立和… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260412_5106573.shtml | 侯建国调研广州分院系… | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260401_5105679.shtml | 蒋作君走访中国科学院 | new tab | Add '(opens in new tab)' to text |
| ./yw/202604/t20260403_5105877.shtml | 中国科学院党的建设工… | new tab | Add '(opens in new tab)' to text |
| ./yw/202603/t20260323_5104973.shtml | 侯建国在部分京区研究… | new tab | Add '(opens in new tab)' to text |
| ./yw/202603/t20260325_5105134.shtml | 中国科学院5项成果入… | new tab | Add '(opens in new tab)' to text |
| ./syky/ | 科研进展| | img no alt | Add alt attribute to the image |
| ./cm/ | 传媒扫描 | img no alt | Add alt attribute to the image |
| ./syky/202604/t20260420_5107437.shtml | 寒武纪新发现!科学家… | new tab | Add '(opens in new tab)' to text |
| ./syky/202604/t20260420_5107437.shtml | 寒武纪新发现!科学家… | new tab | Add '(opens in new tab)' to text |
| ./syky/202604/t20260420_5107353.shtml | 研究解析甲状腺乳头状… | new tab | Add '(opens in new tab)' to text |
| ./syky/202604/t20260402_5105738.shtml | 科研人员提出实现月球… | new tab | Add '(opens in new tab)' to text |
| ./syky/202604/t20260417_5107233.shtml | 研究揭示蔷薇科水杨酸… | new tab | Add '(opens in new tab)' to text |
| ./syky/202604/t20260417_5107265.shtml | 快堆全堆芯流固耦合研… | new tab | Add '(opens in new tab)' to text |
| ./syky/202604/t20260407_5105989.shtml | 南极冰川加速流动的机… | new tab | Add '(opens in new tab)' to text |
| ./cm/202604/t20260421_5107463.shtml | 【新华社】中国科学院… | new tab | Add '(opens in new tab)' to text |
| ./cm/202604/t20260421_5107463.shtml | 【新华社】中国科学院… | new tab | Add '(opens in new tab)' to text |
| ./cm/202604/t20260421_5107461.shtml | 【科技日报】玉米育种… | new tab | Add '(opens in new tab)' to text |
| ./cm/202604/t20260421_5107460.shtml | 【中国新闻网】多国联… | new tab | Add '(opens in new tab)' to text |
| ./cm/202604/t20260421_5107476.shtml | 【中国科学报】适用于… | new tab | Add '(opens in new tab)' to text |
| ./cm/202604/t20260421_5107459.shtml | 【科技日报】告别“卡… | new tab | Add '(opens in new tab)' to text |
| ./cm/202604/t20260421_5107475.shtml | 【中国科学报】DQ-2星… | new tab | Add '(opens in new tab)' to text |
| ./cm/ | 更多传媒扫描 + | new tab | Add '(opens in new tab)' to text |
| ./sygz/ | 工作进展| | img no alt | Add alt attribute to the image |
| ./yx/ | 一线动态 | img no alt | Add alt attribute to the image |
| ./sygz/202604/t20260411_5106566.shtml | 中国科学院在怀机构教… | new tab | Add '(opens in new tab)' to text |
| ./sygz/202604/t20260420_5107450.shtml | 第九届中国科学院学部… | new tab | Add '(opens in new tab)' to text |
| ./sygz/202604/t20260420_5107448.shtml | 《中国科学》和《科学… | new tab | Add '(opens in new tab)' to text |
| ./sygz/202604/t20260416_5107165.shtml | 中共中国科学院机关委… | new tab | Add '(opens in new tab)' to text |
| ./sygz/202604/t20260414_5106976.shtml | 中国科学院召开加强党… | new tab | Add '(opens in new tab)' to text |
| ./sygz/202604/t20260411_5106566.shtml | 中国科学院在怀机构教… | new tab | Add '(opens in new tab)' to text |
| ./sygz/202604/t20260408_5106105.shtml | 中国科学院科研道德委… | new tab | Add '(opens in new tab)' to text |
| ./yx/202603/t20260324_5105019.shtml | 北京正负电子对撞机改… | new tab | Add '(opens in new tab)' to text |
| ./yx/202604/t20260420_5107418.shtml | 深圳先进院与马普学会… | new tab | Add '(opens in new tab)' to text |
| ./yx/202604/t20260420_5107352.shtml | 合肥研究院研制的两台… | new tab | Add '(opens in new tab)' to text |
| ./yx/202604/t20260416_5107136.shtml | 轻舟试验飞船首批科学… | new tab | Add '(opens in new tab)' to text |
| ./yx/202604/t20260413_5106587.shtml | 中国科学院深入推进AI+… | new tab | Add '(opens in new tab)' to text |
| ./yx/202604/t20260409_5106378.shtml | 大连化物所等发布“AI… | new tab | Add '(opens in new tab)' to text |
| ./yx/202604/t20260409_5106355.shtml | HIAF核质量测量精度达… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/sszt/zjg/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/hyzt/cas2026gzh/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/sszt/20szqh/ | (empty) | empty | Add link text or aria-label |
| ./jl/wf/ | 违纪违法举报 | new tab | Add '(opens in new tab)' to text |
| http://idea.cas.cn/ | 科学智慧火花 | new tab | Add '(opens in new tab)' to text |
| ./jl/zjdc/ | 征集调查 | new tab | Add '(opens in new tab)' to text |
| ./jl/xfqd/ | 信访渠道 | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/yuanzhangzhici/ | (empty) | empty | Add link text or aria-label |
| ./zj/ | 走进中国科学院 | img no alt | Add alt attribute to the image |
| http://www.casad.cas.cn/ | 走进中国科学院学部 | new tab | Add '(opens in new tab)' to text |
| ./newmedia/ | 中科院之声 | img no alt | Add alt attribute to the image |
| ./tz/ | 通知公告 | img no alt | Add alt attribute to the image |
| ./xs/ | 学术会议 | img no alt | Add alt attribute to the image |
| ./tz/201206/t20120601_3589292.shtml | 中国科学院声明 | new tab | Add '(opens in new tab)' to text |
| ./tz/202604/t20260420_5107392.shtml | 中国科学院关于报送第… | new tab | Add '(opens in new tab)' to text |
| ./xs/202603/t20260302_5103093.shtml | 2026年全国行星科学大… | new tab | Add '(opens in new tab)' to text |
| https://mp.weixin.qq.com/s/Ku8jWdnKAzX7Q… | 第二届空天信息技术大… | new tab | Add '(opens in new tab)' to text |
| ./spx/ | 视频新闻| | img no alt | Add alt attribute to the image |
| ./newmedia/dsp/ | 短视频 | img no alt | Add alt attribute to the image |
| ./spx/202604/t20260420_5107376.shtml | 【开讲啦】本期分享者… | new tab | Add '(opens in new tab)' to text |
| ./spx/202604/t20260418_5107315.shtml | 【新闻联播】我国科学… | new tab | Add '(opens in new tab)' to text |
| ./spx/202604/t20260417_5107268.shtml | 【朝闻天下】“全”释… | new tab | Add '(opens in new tab)' to text |
| ./newmedia/dsp/202604/t20260420_5107441.… | AI视频丨寒武纪新发现… | new tab | Add '(opens in new tab)' to text |
| ./newmedia/dsp/202604/t20260420_5107345.… | AI视频丨科学家在实验… | new tab | Add '(opens in new tab)' to text |
| ./newmedia/dsp/202604/t20260421_5107504.… | 催化发生时,氧原子居… | new tab | Add '(opens in new tab)' to text |
| ./xzfc/ | 学者风采| | img no alt | Add alt attribute to the image |
| ./kj/ | 每日科学 | img no alt | Add alt attribute to the image |
| ./xzfc/202604/t20260416_5107145.shtml | 李昕欣:传感器研究从… | new tab | Add '(opens in new tab)' to text |
| ./xzfc/202604/t20260415_5107017.shtml | 徐新文:沙漠里编织“… | new tab | Add '(opens in new tab)' to text |
| ./xzfc/202604/t20260414_5106958.shtml | 包云岗:“科研重工业… | new tab | Add '(opens in new tab)' to text |
| ./xzfc/202604/t20260413_5106635.shtml | 科技为犁,耕护黑土粮… | new tab | Add '(opens in new tab)' to text |
| ./kj/202604/t20260421_5107481.shtml | 脑细胞基因活性男女有… | new tab | Add '(opens in new tab)' to text |
| ./kj/202604/t20260421_5107478.shtml | 控制细胞朝向能引导活… | new tab | Add '(opens in new tab)' to text |
| ./kj/202604/t20260420_5107370.shtml | 古基因组研究揭示人类… | new tab | Add '(opens in new tab)' to text |
| ./kj/202604/t20260420_5107365.shtml | 鲨鱼难逃“双重困境” | new tab | Add '(opens in new tab)' to text |
| ./zjs/ | 访谈·视点| | img no alt | Add alt attribute to the image |
| ./zcjd/ | 政策解读 | img no alt | Add alt attribute to the image |
| ./zjs/202604/t20260420_5107359.shtml | 传承践行正确政绩观 … | new tab | Add '(opens in new tab)' to text |
| ./zjs/202604/t20260413_5106632.shtml | 树立和践行正确政绩观… | new tab | Add '(opens in new tab)' to text |
| ./zjs/202603/t20260317_5104419.shtml | 以高水平科技自立自强… | new tab | Add '(opens in new tab)' to text |
| ./zjs/202603/t20260304_5103251.shtml | 筑牢陆海统筹根基 谱… | new tab | Add '(opens in new tab)' to text |
| https://www.gov.cn/zhengce/zczhjd/ | (empty) | empty | Add link text or aria-label |
| https://www.miit.gov.cn/zwgk/zcwj/wjfb/t… | 工业和信息化部等十部… | new tab | Add '(opens in new tab)' to text |
| ./zcjd/202511/t20251113_5088524.shtml | 教育部等七部门关于加… | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/sszt/zjg/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/hyzt/cas2026gzh/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/sszt/20szqh/ | (empty) | empty | Add link text or aria-label |
| ./jl/wf/ | 违纪违法举报 | new tab | Add '(opens in new tab)' to text |
| http://idea.cas.cn/ | 科学智慧火花 | new tab | Add '(opens in new tab)' to text |
| ./jl/zjdc/ | 征集调查 | new tab | Add '(opens in new tab)' to text |
| ./jl/xfqd/ | 信访渠道 | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/zt/sszt/zjg/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/hyzt/cas2026gzh/ | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/zt/sszt/20szqh/ | (empty) | empty | Add link text or aria-label |
| ./jl/wf/ | 违纪违法举报 | new tab | Add '(opens in new tab)' to text |
| http://idea.cas.cn/ | 科学智慧火花 | new tab | Add '(opens in new tab)' to text |
| ./jl/zjdc/ | 征集调查 | new tab | Add '(opens in new tab)' to text |
| ./jl/xfqd/ | 信访渠道 | new tab | Add '(opens in new tab)' to text |
| //zgkxy.xuexi.cn/ | 学习强国 | new tab | Add '(opens in new tab)' to text |
| http://job.cas.cn | 中国科学院招聘网 | new tab | Add '(opens in new tab)' to text |
| https://www.cas.cn/redirect/prp/index/ | 院级科技专项信息管理… | new tab | Add '(opens in new tab)' to text |
| //weibo.com/zkyzs | (empty) | empty | Add link text or aria-label |
| //beian.miit.gov.cn/ | 京ICP备05002857号-1 | new tab | Add '(opens in new tab)' to text |
| https://zfwzgl.www.gov.cn/exposure/jiucu… | (empty) | empty | Add link text or aria-label |
| http://bszs.conac.cn/sitename?method=sho… | (empty) | empty | Add link text or aria-label |
| https://www.cas.cn/lib/js/plugin/wza/hel… | .cls-1{fill:#fff;} | new tab | Add '(opens in new tab)' to text |
| javascript:void(0); | .cls-1{fill:#fff;} | new tab | Add '(opens in new tab)' to text |
| <input> | (empty) | empty | Add button text or aria-label |
| <input> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
//www.cas.cn/; #; http://english.cas.cn; javascript:void(0);; #; #; https://www.cas.cn/redirect/prp/xlcd/; http://www.casip.ac.cn/; //www.ustc.edu.cn/; //www.ucas.ac.cn/ (+38 more)
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="//www.cas.cn/houjianguo/"]; a[href="//www.cas.cn/wuzhaohui/"]; a[href="//www.cas.cn/sunyegang/"]; a[href="//www.cas.cn/zhouqi/"]; a[href="//www.cas.cn/wangkeqiang/"]; a[href="//www.cas.cn/dingchibiao/"]; a[href="//www.cas.cn/hehongping/"]; a[href="//www.cas.cn/sunxiaoming/"]; a[href="//www.cas.cn/wanghua/"]; a[href="//www.cas.cn/wenya/"] (+40 more)
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
http://english.cas.cn; //mail.cstnet.cn/; //www.cas.cn/../../kxyj/kjzx/; http://www.casip.ac.cn/; //www.cas.cn/../../rcjy/zkyjyjj/; //www.cas.cn/../../rcjy/zkd/; //www.cas.cn/../../rcjy/gkd/; //www.cas.cn/../../rcjy/skd/; http://www.casad.cas.cn/; http://scicn.casad.cas.cn/ (+214 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
Icon-only buttons need an aria-label so screen readers can announce them.
input[type="button"]#sub-pc; input[type="submit"]#sub-mobile
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
F404 Error PageActionHTTP 404, bare pageFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
DLighthouse Accessibility AuditsActionScore 55/100 — 9 failing, 10 passedFIX
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2026年04月14日 div.yw_img > h5 > div.date > span |
2026年02月11日 div.tab_con > ul.tzgg > li > p |
2026年04月20日 div.tab_con > ul.tzgg > li > p |
These are opportunities to improve the legibility of your content.
Internationalization and localization
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.top2 > div.container > a.xsdlogotop > img.logo div.top2 > div.container > a.xsdlogotop > img.logo |
div.container > div.top_link_m > a#change_pc > img div.container > div.top_link_m > a#change_pc > img |
div.container > div.top_link_m > a > img div.container > div.top_link_m > a > img |
div.container > div.top_link_m > a#toolbarSwitchmob > img div.container > div.top_link_m > a#toolbarSwitchmob > img |
div.container > div.top_link_m > a > img#m_search div.container > div.top_link_m > a > img#m_search |
ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m |
ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m |
ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m |
ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m |
ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m |
ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m |
ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m |
ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m ul.swiper-wrapper > li.swiper-slide > a > img.focus_img_m |
div.clearfix > div.videopad > a > img div.clearfix > div.videopad > a > img |
ul.tab_title > li.tab_title_yw1 > a > img ul.tab_title > li.tab_title_yw1 > a > img |
ul.tab_title > li.now > a > img ul.tab_title > li.now > a > img |
div.tab_con > div.yw_img > a > img.hvr-grow div.tab_con > div.yw_img > a > img.hvr-grow |
ul.tab_title > li.now > a > img ul.tab_title > li.now > a > img |
ul.tab_title > li > a > img ul.tab_title > li > a > img |
div.tab_con > div.ky_img > a > img.hvr-grow div.tab_con > div.ky_img > a > img.hvr-grow |
ul.tab_title > li.now > a > img ul.tab_title > li.now > a > img |
ul.tab_title > li > a > img ul.tab_title > li > a > img |
div.tab_con > div.ky_img > a > img.hvr-grow div.tab_con > div.ky_img > a > img.hvr-grow |
ul.videoBox > li.hvr-grow-img > a > img.zj_mobblock ul.videoBox > li.hvr-grow-img > a > img.zj_mobblock |
ul.videoBox > li.hvr-grow-img > a > img.zj_mobblock ul.videoBox > li.hvr-grow-img > a > img.zj_mobblock |
ul.videoBox > li.videopad > a > img ul.videoBox > li.videopad > a > img |
ul.tab_title > li.now > a > img ul.tab_title > li.now > a > img |
ul.tab_title > li > a > img ul.tab_title > li > a > img |
ul.tab_title > li.now > a > img ul.tab_title > li.now > a > img |
ul.tab_title > li > a > img ul.tab_title > li > a > img |
div.tab_con > div.video_left > a > img div.tab_con > div.video_left > a > img |
div.tab_con > div.video_left > a > img.video_play2 div.tab_con > div.video_left > a > img.video_play2 |
div.video_right > div.video_img > a > img div.video_right > div.video_img > a > img |
div.video_right > div.video_img > a > img.video_play2 div.video_right > div.video_img > a > img.video_play2 |
div.video_right > div.video_img > a > img div.video_right > div.video_img > a > img |
div.video_right > div.video_img > a > img.video_play2 div.video_right > div.video_img > a > img.video_play2 |
ul.tab_title > li.now > a > img ul.tab_title > li.now > a > img |
ul.tab_title > li > a > img ul.tab_title > li > a > img |
ul.tab_title > li.now > a > img ul.tab_title > li.now > a > img |
ul.tab_title > li > a > img ul.tab_title > li > a > img |
div.divBox > div.div_title > p > img div.divBox > div.div_title > p > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.swiper-wrapper > div.swiper-slide > a > img div.swiper-wrapper > div.swiper-slide > a > img |
div.divBox > div.jl > div.jl_left > img div.divBox > div.jl > div.jl_left > img |
ul.jl_list > li.jl_col2 > a > img ul.jl_list > li.jl_col2 > a > img |
ul.jl_list > li.jl_col4 > a > img ul.jl_list > li.jl_col4 > a > img |
ul.jl_list > li.jl_col5 > a > img ul.jl_list > li.jl_col5 > a > img |
ul.jl_list > li.jl_col7 > a > img ul.jl_list > li.jl_col7 > a > img |
div.tj > div.div_title > p > img div.tj > div.div_title > p > img |
ul.tj_list > li.hvr-grow-img > a > img ul.tj_list > li.hvr-grow-img > a > img |
ul.tj_list > li.hvr-grow-img > a > img ul.tj_list > li.hvr-grow-img > a > img |
ul.tj_list > li.hvr-grow-img > a > img ul.tj_list > li.hvr-grow-img > a > img |
div.boxcenter > div.foot_txt > p > img div.boxcenter > div.foot_txt > p > img |
li > span#_span_jiucuo > a > img li > span#_span_jiucuo > a > img |
li > span#_ideConac > a > img#imgConac li > span#_ideConac > a > img#imgConac |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.top2 > div.container > a.xsdlogotop body > div.top2 > div.container > a.xsdlogotop |
div.top2 > div.container > div.top_link_m > a#change_pc div.top2 > div.container > div.top_link_m > a#change_pc |
div.top2 > div.container > div.top_link_m > a div.top2 > div.container > div.top_link_m > a |
div.top2 > div.container > div.top_link_m > a#toolbarSwitchmob div.top2 > div.container > div.top_link_m > a#toolbarSwitchmob |
div.top2 > div.container > div.top_link_m > a div.top2 > div.container > div.top_link_m > a |
div.top2 > div.container > div.top_link_m > a div.top2 > div.container > div.top_link_m > a |
body > div.container > div.topTitle > a body > div.container > div.topTitle > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a div#swiper_container_top_Focus > ul.swiper-wrapper > li.swiper-slide > a |
div.container > div.clearfix > div.videopad > a div.container > div.clearfix > div.videopad > a |
div#m_swiper_zt > div.swiper-wrapper > div.swiper-slide > a div#m_swiper_zt > div.swiper-wrapper > div.swiper-slide > a |
div#m_swiper_zt > div.swiper-wrapper > div.swiper-slide > a div#m_swiper_zt > div.swiper-wrapper > div.swiper-slide > a |
div#m_swiper_zt > div.swiper-wrapper > div.swiper-slide > a div#m_swiper_zt > div.swiper-wrapper > div.swiper-slide > a |
div.foot_img > li > span#_span_jiucuo > a div.foot_img > li > span#_span_jiucuo > a |
div.foot_img > li > span#_ideConac > a div.foot_img > li > span#_ideConac > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
李昕欣:传感器研究从应用中来,到应用中去
徐新文:沙漠里编织“绿丝带”
包云岗:“科研重工业模式”践行者
科技为犁,耕护黑土粮仓
更多学者风采 + div.divBox3 > div.tabBox > div.tab_con > ul.xk_list |
蔡长塔|
传承践行正确政绩观 勇担抢占科技制高点时代使命
王赤|
树立和践行正确政绩观,以实干实绩加快抢占空间科技制高点
向华|
以高水平科技自立自… div.divBox3 > div.tabBox > div.tab_con > ul.tzgg |
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.foot > div.boxcenter > div.foot_img > li div.foot > div.boxcenter > div.foot_img > li |
div.foot > div.boxcenter > div.foot_img > li div.foot > div.boxcenter > div.foot_img > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
body > meta body > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
按回车键在新窗口打开无障碍说明页面,按Ctrl+~键打开导盲模式。 body > a#esdTipLink1 |
These are opportunities to improve keyboard navigation in your application.
BHeading Hierarchy8 headingsREVIEW
- H5 院机关
- H5 派驻机构
- H5 分院
- H5 院属机构
- H4 习近平同莫桑比克总统查波举行会谈
- H4 习近平同莫桑比克总统查波举行会谈
- H5 习近平同越共中央总书记、国家主席苏林举行会谈2026年04月15日
- H5 中央第十三巡视组巡视中国科学院党组工作动员会召开2026年04月14日
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 6 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title 中国科学院 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a English | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 联系我们 | 4.01:1 | 4.5:1 | #000000 | #C13E37 | Fail |
| a 网站地图 | 8.02:1 | 4.5:1 | #000000 | #DA8B87 | Pass |
| a 邮箱 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 无障碍 | 14.25:1 | 4.5:1 | #000000 | #B4DAF2 | Pass |
| a 关怀版 | 12.55:1 | 4.5:1 | #000000 | #BDC9DC | Pass |
| a 首页 | 17.76:1 | 4.5:1 | #000000 | #F7E9E7 | Pass |
| a 组织机构 | 18.72:1 | 4.5:1 | #000000 | #FFEEEE | Pass |
| a 主要职责 | 10.63:1 | 4.5:1 | #000000 | #F5A3A0 | Pass |
| a 院况简介 | 3.46:1 | 4.5:1 | #000000 | #C11D1E | Fail |
| a 院领导集体 | 3.82:1 | 4.5:1 | #000000 | #7D5D8C | Fail |
| a 机构设置 | 12.96:1 | 4.5:1 | #000000 | #CBCAD6 | Pass |
| a 科学研究 | 3.29:1 | 4.5:1 | #000000 | #4354C3 | Fail |
| a 科技专项 | 3.52:1 | 4.5:1 | #000000 | #4859C6 | Fail |
| a 科技奖励 | 3.24:1 | 4.5:1 | #000000 | #4752C0 | Fail |
| a 科技期刊 | 10.42:1 | 4.5:1 | #000000 | #A7B4EF | Pass |
| a 科研进展 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 成果转化 | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a 知识产权与科… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.