Dart API Referencedart:htmlBRElement

BRElement Interface

DOM break elements expose the HTMLBRElement (or HTML 4 HTMLBRElement) interface which inherits from HTMLElement, but defines no additional members in HTML5. The introduced additional property is also deprecated in HTML 4.01.

Extends

Element

Constructors

Code new BRElement() #

BRElement();

Fields

Code String clear #

Indicates flow of text around floating objects.
String clear;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.