摘要: scrollbar-* <ul> <li>Lorem ipsum dolor sit amet.</li> <li>Numquam magni beatae aspernatur saepe.</li> <li>Corrupti eius exercitationem libero quasi!</ 阅读全文
posted @ 2024-04-11 17:00 _clai 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Speculation Rules API 是一个由 Google 开发的 JSON 定义的 API,旨在通过推测加载(speculative loading)来提高网页加载性能 以编程的方式进行预加载/预渲染 与旧的 <link rel="prefetch"> (预取的数据存放在 HTTP 缓存) 阅读全文
posted @ 2024-04-11 16:44 _clai 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Element Capture API DOM(元素)节点捕获 捕获并记录一个特定的 HTML 元素 (能剪裁并去除那些遮盖和被遮盖的内容) <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="vi 阅读全文
posted @ 2024-04-11 16:05 _clai 阅读(10) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content 阅读全文
posted @ 2024-04-11 14:24 _clai 阅读(23) 评论(0) 推荐(0) 编辑