Dart API Referencedart:htmlQuoteElement

QuoteElement Interface

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

Extends

Element

Fields

Code String cite #

Reflects the cite HTML attribute, containing a URL for the source of the quotation.
String cite;

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.