Dart API Referencedart:htmlModElement

ModElement Interface

DOM mod (modification) objects expose the HTMLModElement (or HTML 4 HTMLModElement) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating modification elements.

Extends

Element

Fields

Code String cite #

Reflects the cite HTML attribute, containing a URI of a resource explaining the change.
String cite;

Code String dateTime #

String dateTime;

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.