This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 29319 - "the element’s all descendant boxes"
Summary: "the element’s all descendant boxes"
Status: RESOLVED FIXED
Alias: None
Product: CSS
Classification: Unclassified
Component: CSSOM View (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Simon Pieters
QA Contact: public-css-bugzilla
URL: https://drafts.csswg.org/cssom-view/#...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-02 08:54 UTC by Chris Rebert
Modified: 2016-01-04 09:04 UTC (History)
0 users

See Also:


Attachments

Description Chris Rebert 2015-12-02 08:54:35 UTC
https://drafts.csswg.org/cssom-view/#terminology

[[
the element’s all descendant boxes
]]

This doesn't seem like valid English grammar. For context, here's one sample of where this is used:

[[
the right margin edge of the element’s all descendant boxes
]]

Perhaps, in context, something like the following was intended?:

[[
the rightmost right margin edge of all of the element’s descendants’ boxes
]]

(substituting both instances of "right" with "right", "left", "top", or "bottom" as appropriate)