chromium/third_party/blink/renderer/core/mathml/mathml_table_cell_element.cc

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/mathml/mathml_table_cell_element.h"

#include "third_party/blink/renderer/core/dom/node_computed_style.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/layout/mathml/layout_table_cell_with_anonymous_mrow.h"

namespace blink {

MathMLTableCellElement::MathMLTableCellElement(Document& doc)
    :{}

unsigned MathMLTableCellElement::colSpan() const {}

unsigned MathMLTableCellElement::rowSpan() const {}

void MathMLTableCellElement::ParseAttribute(
    const AttributeModificationParams& params) {}

LayoutObject* MathMLTableCellElement::CreateLayoutObject(
    const ComputedStyle& style) {}

}  // namespace blink