#include "third_party/blink/renderer/core/html/html_table_col_element.h"
#include <algorithm>
#include "third_party/blink/renderer/core/css/css_property_names.h"
#include "third_party/blink/renderer/core/html/html_table_cell_element.h"
#include "third_party/blink/renderer/core/html/html_table_element.h"
#include "third_party/blink/renderer/core/html/parser/html_parser_idioms.h"
#include "third_party/blink/renderer/core/html/table_constants.h"
#include "third_party/blink/renderer/core/html_names.h"
#include "third_party/blink/renderer/core/layout/layout_box.h"
namespace blink {
HTMLTableColElement::HTMLTableColElement(const QualifiedName& tag_name,
Document& document)
: … { … }
bool HTMLTableColElement::IsPresentationAttribute(
const QualifiedName& name) const { … }
void HTMLTableColElement::CollectStyleForPresentationAttribute(
const QualifiedName& name,
const AtomicString& value,
MutableCSSPropertyValueSet* style) { … }
void HTMLTableColElement::ParseAttribute(
const AttributeModificationParams& params) { … }
const CSSPropertyValueSet*
HTMLTableColElement::AdditionalPresentationAttributeStyle() { … }
void HTMLTableColElement::setSpan(unsigned n) { … }
const AtomicString& HTMLTableColElement::Width() const { … }
}