Skip to main content

这个仓库中的 skills

thedaviddias/Front-End-Checklist - 第 2 页

SkillsMP 已收集 thedaviddias/Front-End-Checklist 中的 390 个 Skill。打开任一 Skill 可查看来源和详情。

thedaviddias/Front-End-Checklist

已展示 40 / 390 个已收集 Skill。

职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Ensure ARIA roles are contained by required parent roles. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use valid ARIA role values. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Avoid focusable descendants in role='text' elements. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide accessible names for toggle fields. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide accessible names for tooltips. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when applies to custom tree widgets built with role='tree', role='treeitem', and role='group'. Common in file explorers, nested navigation menus, org charts, and any UI where items can be expanded or collapsed to reveal children.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Ensure ARIA attributes are valid. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Use valid values for ARIA attributes. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Optimize article link density. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Implement valid Article structured data. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide audio descriptions for video. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where…

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Display clear author bylines. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Highlight author credentials and expertise. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Implement comprehensive author markup. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Avoid autofocus on form fields. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Avoid autoplaying media. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where relevant.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Use when reviewing image assets, markup, and CDN or build transforms related to Use AVIF format for modern browsers. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when reviewing scripts, client components, bundles, or runtime behavior related to Never use eval() or unsafe dynamic code execution. Inspect both source code and the browser execution path so fixes target the real bottleneck or bug.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when reviewing navigation performance, browser lifecycle events, or resume-from-memory behavior. Check the actual browser lifecycle and restore path, not only static code patterns.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when reviewing HTML source and JavaScript for links or resource URLs pointing to domains listed in common adblocker filter lists.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Fix or remove broken external links. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Fix malformed HTML structure. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when reviewing image assets, markup, and CDN or build transforms related to Fix broken images. Check encoded size, rendered size, loading strategy, and above-the-fold impact together.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Resolve internal broken links. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing slow page loads, heavy assets, or rendering delays related to Enable browser caching. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing slow page loads, heavy assets, or rendering delays related to Perform browser-based performance audits. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when reviewing rendered HTML, interactive components, or design-system patterns related to Provide accessible names for buttons. Check native semantics first, then inspect keyboard behavior, focus flow, accessible names, and screen-reader output where…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Avoid redirect chains on canonical URLs. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Sync HTML canonical tags and Link headers. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Set canonical URLs for all pages. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when reviewing templates, rendered HTML, or shared components related to Make carousels accessible. Validate the final browser-facing markup, not just the source framework abstraction.

原文语言:英语

更新
职业分类
网页开发工程师
描述

Use when reviewing a CSS architecture for specificity issues, setting up a design system, or migrating a large codebase from utility-first to a layered architecture.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing slow page loads, heavy assets, or rendering delays related to Use a content delivery network. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Use when auditing metadata, crawlability, structured data, or indexability related to Cite authoritative external sources. Verify the rendered HTML and HTTP response rather than relying only on source files.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when reviewing templates, rendered HTML, or shared components related to Remove comments and debug code in production. Validate the final browser-facing markup, not just the source framework abstraction.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when reviewing large SPA bundles, new dependency additions, or routes that feel slow to hydrate. Focus on code that is not required for the initial view and can move behind route transitions, user interaction, or viewport-based loading.

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when applies to all visible text and text images, UI component borders (input fields, buttons), focus indicators, icons that convey meaning, and graphical objects required to understand content. Does not apply to inactive/disabled UI components or purely…

原文语言:英语

更新
职业分类
网页与数字界面设计师
描述

Use when building a design token system, creating accessible colour palettes, generating colour ramps programmatically, or migrating a design system to support wide-gamut displays.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when auditing slow page loads, heavy assets, or rendering delays related to Enable text-based compression. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

原文语言:英语

更新
职业分类
市场调研分析师与营销专员
描述

Use when auditing slow page loads, heavy assets, or rendering delays related to Implement Google Consent Mode v2. Verify the actual bottleneck in DevTools, Lighthouse, or field data before recommending changes.

原文语言:英语

更新
已展示 40 / 390 个已收集 Skill。