-
Notifications
You must be signed in to change notification settings - Fork 760
[css-sizing-4] Add responsively-sized iframes #13099
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
187a8a2 to
b472ec5
Compare
851052d to
1d6d644
Compare
Based on the resolutions at: w3c#1771 (comment)
1d6d644 to
033a922
Compare
* Did an editorial rewrite of the "responsively-sized iframes" section; should be zero normative changes. * Rejiggered the syntax of the properties a little, integrating it better with the existing syntax, so that 'from-element' works the same as 'auto' (being a magic source of intrinsic size) and requiring a fallback size to be specified.
|
I did some rejiggering of the text, Koji; please let me know if that's okay. It's mostly editorial, the only real change is that I integrated the grammar of the new value into the existing grammar better. Now you specify I also moved the statement about the value applying to iframes regardless of Otherwise, the edits are just reworking the text (including rearranging some existing text), and defining a specific term to hook into ("internal layout intrinsic size"). |
|
Thank you @tabatkins, it looks great to me. |
…[0,∞]>` This patch updates the `from-element` syntax from an optional `<length [0,∞]>` to a required `none | <length [0,∞]>`, to reflect the review of the spec PR[1]. [1] w3c/csswg-drafts#13099 Bug: 418397278 Change-Id: Ifccbd3a3cd551e47ef16b1585b3859e328946b34
…[0,∞]>` This patch updates the `from-element` syntax from an optional `<length [0,∞]>` to a required `none | <length [0,∞]>`, to reflect the review of the spec PR[1]. [1] w3c/csswg-drafts#13099 Bug: 418397278 Change-Id: Ifccbd3a3cd551e47ef16b1585b3859e328946b34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7206966 Reviewed-by: Kent Tamura <[email protected]> Commit-Queue: Koji Ishii <[email protected]> Cr-Commit-Position: refs/heads/main@{#1550347}
…[0,∞]>` This patch updates the `from-element` syntax from an optional `<length [0,∞]>` to a required `none | <length [0,∞]>`, to reflect the review of the spec PR[1]. [1] w3c/csswg-drafts#13099 Bug: 418397278 Change-Id: Ifccbd3a3cd551e47ef16b1585b3859e328946b34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7206966 Reviewed-by: Kent Tamura <[email protected]> Commit-Queue: Koji Ishii <[email protected]> Cr-Commit-Position: refs/heads/main@{#1550347}
…[0,∞]>` This patch updates the `from-element` syntax from an optional `<length [0,∞]>` to a required `none | <length [0,∞]>`, to reflect the review of the spec PR[1]. [1] w3c/csswg-drafts#13099 Bug: 418397278 Change-Id: Ifccbd3a3cd551e47ef16b1585b3859e328946b34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7206966 Reviewed-by: Kent Tamura <[email protected]> Commit-Queue: Koji Ishii <[email protected]> Cr-Commit-Position: refs/heads/main@{#1550347}
Based on the resolutions at:
#1771 (comment)