| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
StyleIntrinsicLength(bool has_auto,Blink Style Guide: Prefer enums or StrongAliases to bare bools for function parameters. To improve readability and type safety at call sites, consider using `base::StrongAlias` for the `has_auto` and `is_from_element` boolean parameters.
To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **OK But Won't Fix**: reason | **Later**: b/<bug_id> | **Invalid:** reason
_This comment was generated by [Experimental Blink C++ Code Review Agent](http://go/blink-c++-code-review-agent)._
_AI reviews can sometimes be inaccurate; We appreciate your 🙏 feedback 🙏 to help us improve._
_[File a bug](http://go/blink-c++-code-review-agent-feedback) | [Provide feedback on chat](https://chat.google.com/room/AAQA0zhQHe0?cls=4) | [Opt-out](https://ganpati2.corp.google.com/group/peep-genai-blink-agent-optout.prod)_
| 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. |
| Commit-Queue | +2 |
StyleIntrinsicLength(bool has_auto,Blink Style Guide: Prefer enums or StrongAliases to bare bools for function parameters. To improve readability and type safety at call sites, consider using `base::StrongAlias` for the `has_auto` and `is_from_element` boolean parameters.
To keep this interaction as brief and non-intrusive as possible, please consider responding with one of following options:
**Done** | **OK But Won't Fix**: reason | **Later**: b/<bug_id> | **Invalid:** reason
_This comment was generated by [Experimental Blink C++ Code Review Agent](http://go/blink-c++-code-review-agent)._
_AI reviews can sometimes be inaccurate; We appreciate your 🙏 feedback 🙏 to help us improve._
_[File a bug](http://go/blink-c++-code-review-agent-feedback) | [Provide feedback on chat](https://chat.google.com/room/AAQA0zhQHe0?cls=4) | [Opt-out](https://ganpati2.corp.google.com/group/peep-genai-blink-agent-optout.prod)_
OK But Won't Fix: Keeping the original code for now as the ctor improvement will be in following patches.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[iframe] Rename `StyleIntrinsicLength` to match the current spec
The spec is updated at:
https://drafts.csswg.org/css-sizing-4/#intrinsic-size-override
Its constructor will be updated in following patches.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |