#include "third_party/blink/renderer/core/html/html_hr_element.h"
#include "third_party/blink/renderer/core/css/css_color.h"
#include "third_party/blink/renderer/core/css/css_property_names.h"
#include "third_party/blink/renderer/core/css/css_property_value_set.h"
#include "third_party/blink/renderer/core/css_value_keywords.h"
#include "third_party/blink/renderer/core/html/forms/html_opt_group_element.h"
#include "third_party/blink/renderer/core/html/forms/html_select_element.h"
#include "third_party/blink/renderer/core/html_names.h"
namespace blink {
HTMLHRElement::HTMLHRElement(Document& document)
: … { … }
bool HTMLHRElement::IsPresentationAttribute(const QualifiedName& name) const { … }
void HTMLHRElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
HTMLSelectElement* HTMLHRElement::OwnerSelectElement() const { … }
Node::InsertionNotificationRequest HTMLHRElement::InsertedInto(
ContainerNode& insertion_point) { … }
void HTMLHRElement::RemovedFrom(ContainerNode& insertion_point) { … }
}