Open Bug 368085 Opened 18 years ago Updated 2 years ago

-moz-background-inline-policy (box-decoration-break) should obey background-origin or background-clip

Categories

(Core :: Layout, defect)

defect

Tracking

()

People

(Reporter: dbaron, Unassigned)

References

(Blocks 1 open bug)

Details

The -moz-background-inline-policy property (documented at http://developer.mozilla.org/en/docs/CSS:-moz-background-inline-policy ) currently operates on border-box boxes.  It should instead operate on the boxes described by either background-origin or background-clip.  (I think I prefer background-origin.)  It doesn't make sense for it to act as though the background continues over areas where it isn't drawn, etc.

Hixie, any opinion on whether it should be background-origin or background-clip?

Testcases for this bug are the reftests:

f== bugs/368020-3.html bugs/368020-3-ref.html
f== bugs/368020-4.html bugs/368020-4-ref.html
== bugs/368020-5.html bugs/368020-5-ref.html

that are part of bug 368020 and will land in layout/reftests/.
Summary: -moz-background-inline-policy should obey background-origin or background-clip → -moz-background-inline-policy (box-decoration-break) should obey background-origin or background-clip
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.