1 个仓库
Tools that break down CSS stylesheets into a stream of individual tokens for programmatic analysis and manipulation.
Distinct from CSS Style Rules: The candidates focus on naming conventions or rule swapping, while this is about the low-level tokenization process of CSS.
Explore 1 awesome GitHub repository matching web development · CSS Tokenizers. Refine with filters or upvote what's useful.
AngleSharp 是一个 HTML5 DOM 解析器和 Web 抓取框架,旨在将 HTML5、SVG 和 MathML 文档解析为符合 W3C 标准的文档对象模型。它作为一个程序化 HTML 生成器和 CSS 选择器引擎,用于查询和定位 DOM 中的特定元素。 该项目提供模拟浏览器环境的工具,以自动化 Web 交互、导航 URL 和提交表单。它包括一个专门的 HTML 和 CSS 压缩器,通过删除不必要的字符来减小 Web 资源的文件大小。 该库支持 HTML DOM 操作和从网站提取结构化数据。它通过包含规范驱动的错误恢复和分层文档构建的解析流水线处理标记转换。
Provides a tokenizer that breaks down CSS stylesheets into individual declarations and selectors.