[box-tree-api-1][editorial] Fixed Bikeshed issues · w3c/css-houdini-drafts@17fcaf6
SebastianZ
·
2026-01-09
·
via Recent Commits to css-houdini-drafts:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | <pre class='metadata'> |
2 | 2 | Title: Box Tree API Level 1 |
3 | | -Status: DREAM |
| 3 | +Status: ED |
4 | 4 | Group: houdini |
5 | 5 | ED: https://drafts.css-houdini.org/box-tree-api-1/ |
6 | 6 | Shortname: box-tree-api |
@@ -97,6 +97,14 @@ partial interface Element {
|
97 | 97 | }; |
98 | 98 | |
99 | 99 | partial interface Document { |
100 | | -void layoutNow(); |
| 100 | +undefined layoutNow(); |
101 | 101 | }; |
102 | 102 | </pre> |
| 103 | + |
| 104 | +<h2 id='security'>Security Considerations</h2> |
| 105 | + |
| 106 | +There are no known security issues introduced by these features. |
| 107 | + |
| 108 | +<h2 id='privacy'>Privacy Considerations</h2> |
| 109 | + |
| 110 | +There are no known privacy issues introduced by these features. |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。