#include "third_party/blink/renderer/core/html/html_olist_element.h"
#include "third_party/blink/renderer/core/css/css_custom_ident_value.h"
#include "third_party/blink/renderer/core/css/css_property_names.h"
#include "third_party/blink/renderer/core/html/list_item_ordinal.h"
#include "third_party/blink/renderer/core/html/parser/html_parser_idioms.h"
#include "third_party/blink/renderer/core/html_names.h"
#include "third_party/blink/renderer/core/keywords.h"
#include "third_party/blink/renderer/platform/instrumentation/use_counter.h"
namespace blink {
HTMLOListElement::HTMLOListElement(Document& document)
: … { … }
bool HTMLOListElement::IsPresentationAttribute(
const QualifiedName& name) const { … }
void HTMLOListElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
void HTMLOListElement::ParseAttribute(
const AttributeModificationParams& params) { … }
void HTMLOListElement::setStart(int start) { … }
void HTMLOListElement::UpdateItemValues() { … }
void HTMLOListElement::RecalculateItemCount() { … }
}