You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CSSWG recently untangled some intrinsic sizing terminology in w3c/csswg-drafts#4961 which ended up renaming the various “intrinsic” dimensions of replaced elements to “natural” dimensions (with that term taken from the HTML naturalWidth and naturalHeight interfaces). Both the ED and TR copies of the css-images-3 spec have been updated accordingly.
Filing this issue to sync the HTML spec (the Rendering section in particular) to the new terminology.
The text was updated successfully, but these errors were encountered:
This fixes a typo in the definition of "fully active descendant of a top-level traversable with user attention": s/traversible/traversable.
Popover: throw exception in originalType check
Since exception throwing was moved into "check popover validity," we need to explicitly throw an exception for this originalType check in order to make sure that it actually throws an exception like it is supposed to.
Fixeswhatwg#9037.
Rename intrinsic dimensions to natural dimensions to match CSS
Also fix some instances to use the "density-corrected" variant instead.
Fixeswhatwg#6233.
CSSWG recently untangled some intrinsic sizing terminology in w3c/csswg-drafts#4961 which ended up renaming the various “intrinsic” dimensions of replaced elements to “natural” dimensions (with that term taken from the HTML naturalWidth and naturalHeight interfaces). Both the ED and TR copies of the css-images-3 spec have been updated accordingly.
Filing this issue to sync the HTML spec (the Rendering section in particular) to the new terminology.
The text was updated successfully, but these errors were encountered: