2 /* -*- Mode: Objective-C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
4 /* This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
8 #import "mozAccessible.h"
10 @interface MOXMathRootAccessible
: mozAccessible
13 - (id
)moxMathRootRadicand
;
16 - (id
)moxMathRootIndex
;
20 @interface MOXMathSquareRootAccessible
: mozAccessible
23 - (id
)moxMathRootRadicand
;
27 @interface MOXMathFractionAccessible
: mozAccessible
30 - (id
)moxMathFractionNumerator
;
33 - (id
)moxMathFractionDenominator
;
36 - (NSNumber
*)moxMathLineThickness
;
40 @interface MOXMathSubSupAccessible
: mozAccessible
46 - (id
)moxMathSubscript
;
49 - (id
)moxMathSuperscript
;
53 @interface MOXMathUnderOverAccessible
: mozAccessible