| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
visibility: hidden;So it will still take up space in the layout of the page? is that desired?
This test suite is here to make sure that the feature is not accidentally exposed when the flag is turned off, right? want to add a comment saying so...?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
So it will still take up space in the layout of the page? is that desired?
Yeah, that's the idea, so that things don't shift around when it gets shown. It's not explicitly in the top layer or anything, so it shouldn't shift/change when shown.
See "Default Inactive State" in the design doc.
This test suite is here to make sure that the feature is not accidentally exposed when the flag is turned off, right? want to add a comment saying so...?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
6 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: third_party/blink/web_tests/VirtualTestSuites
Insertions: 2, Deletions: 0.
The diff is too large to show. Please review the diff.
```
Unbounded Element API: Feature Gate & DOM Plumbing [1/N]
This patch introduces the UnboundedElement runtime-enabled feature flag
and the "unbounded" content attribute, enabling basic HTML parsing and
default hidden user-agent styles. It also adds DOM reflection via the
unbounded IDL boolean attribute on HTMLElement behind the runtime flag.
A basic WPT was added to wpt_internal to verify attribute reflection
and suppression styling. Additionally, a virtual test suite that
explicitly disables the feature flag was added to TestLists.
See go/unbounded-element for the design doc.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |