haXe API Documentation
Back
|
Index
extern
class
js.html.BRElement
extends
Element
Available in js
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
.
Documentation for this class was provided by
MDN
.
var
clear :
String
Indicates flow of text around floating objects.
Back
|
Index