Class AnonymousBlockBox

  • All Implemented Interfaces:
    InlinePaintable, Styleable, DisplayListItem

    public class AnonymousBlockBox
    extends BlockBox
    An anonymous block box as defined in the CSS spec. This class is only used when wrapping inline content in a block box in order to ensure that a block box only ever contains either block or inline content. Other anonymous block boxes create a BlockBox directly with the anonymous property is true.
    • Field Detail

      • _openInlineBoxes

        private java.util.List<InlineBox> _openInlineBoxes
    • Constructor Detail

      • AnonymousBlockBox

        public AnonymousBlockBox​(org.w3c.dom.Element element)