1 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2 /* vim: set expandtab shiftwidth=2 tabstop=2: */
3 /* This Source Code Form is subject to the terms of the Mozilla Public
4 * License, v. 2.0. If a copy of the MPL was not distributed with this
5 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
7 #ifndef _mozilla_a11y_style_h_
8 #define _mozilla_a11y_style_h_
10 #include "mozilla/gfx/Types.h"
11 #include "mozilla/AlreadyAddRefed.h"
12 #include "nsStringFwd.h"
19 enum class StyleTextDecorationStyle
: uint8_t;
28 static void FormatColor(const nscolor
& aValue
, nsAString
& aFormattedValue
);
29 static already_AddRefed
<nsAtom
> TextDecorationStyleToAtom(
30 StyleTextDecorationStyle aValue
);
34 } // namespace mozilla