#include "third_party/blink/renderer/core/html/html_li_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/css_value_keywords.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/dom/layout_tree_builder_traversal.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"
namespace blink {
HTMLLIElement::HTMLLIElement(Document& document)
: … { … }
bool HTMLLIElement::IsPresentationAttribute(const QualifiedName& name) const { … }
AtomicString ListTypeAttributeToStyleName(const AtomicString& value) { … }
void HTMLLIElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
void HTMLLIElement::ParseAttribute(const AttributeModificationParams& params) { … }
void HTMLLIElement::AttachLayoutTree(AttachContext& context) { … }
void HTMLLIElement::ParseValue(const AtomicString& value,
ListItemOrdinal* ordinal) { … }
}