diff --git a/files/en-us/_wikihistory.json b/files/en-us/_wikihistory.json index 9ff5e26338c113b..ef7dc0e00870ba4 100644 --- a/files/en-us/_wikihistory.json +++ b/files/en-us/_wikihistory.json @@ -157485,14 +157485,6 @@ "jswisher" ] }, - "Web/MathML/Element/mglyph": { - "modified": "2020-10-15T21:07:19.831Z", - "contributors": [ - "lucian95", - "fscholz", - "Sheppy" - ] - }, "Web/MathML/Element/mi": { "modified": "2020-12-08T06:58:12.774Z", "contributors": [ @@ -157504,14 +157496,6 @@ "jswisher" ] }, - "Web/MathML/Element/mlabeledtr": { - "modified": "2020-10-15T21:09:21.139Z", - "contributors": [ - "lucian95", - "fscholz", - "Sheppy" - ] - }, "Web/MathML/Element/mmultiscripts": { "modified": "2020-12-08T06:58:29.201Z", "contributors": [ diff --git a/files/en-us/mozilla/firefox/releases/9/index.html b/files/en-us/mozilla/firefox/releases/9/index.html index e61554d6d7fc626..a6898074981fd34 100644 --- a/files/en-us/mozilla/firefox/releases/9/index.html +++ b/files/en-us/mozilla/firefox/releases/9/index.html @@ -78,7 +78,7 @@

MathML

Networking

diff --git a/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.html b/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.html index d6378495fc54291..52673b2e819737c 100644 --- a/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.html +++ b/files/en-us/web/accessibility/understanding_wcag/text_labels_and_names/index.html @@ -188,10 +188,6 @@

Example

-

Use alt attribute to label mglyph  elements

- -

When writing equations with MathML, give each {{mathmlelement("mglyph")}} element an alt attribute containing a name that describes the symbol. Since mglyph elements are used for non-standard symbols without Unicode definitions, screen readers won't automatically be able to name them. Alternative text helps users of screen readers understand the symbol.

-

Headings must be labeled

Make sure that your headings have non-empty text content, and are not hidden, such as with CSS display:none or aria-hidden=true. Users of screen readers rely on headings to understand the structure and content of a document.

diff --git a/files/en-us/web/mathml/attribute/index.html b/files/en-us/web/mathml/attribute/index.html index bab2ca31e7e6a1a..1219571763db3a3 100644 --- a/files/en-us/web/mathml/attribute/index.html +++ b/files/en-us/web/mathml/attribute/index.html @@ -49,11 +49,6 @@ {{ MathMLElement("mstack") }} Specifies different alignments of several elements (see element pages for details). - - {{ unimplemented_inline() }} alignmentscope - {{ MathMLElement("mtable") }} - A Boolean value specifying whether table columns should act as alignment scopes or not. - {{ unimplemented_inline() }}
altimg
@@ -81,7 +76,7 @@ columnalign - {{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }}, {{ MathMLElement("mlabeledtr") }} + {{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }} Specifies the horizontal alignment of table cells. @@ -99,21 +94,11 @@ {{ MathMLElement("mtd") }} A non-negative integer value that indicates over how many table columns the cell extends. - - {{ unimplemented_inline() }} columnwidth - {{ MathMLElement("mtable") }} - Specifies the width of table columns. - {{ unimplemented_inline() }} crossout {{ MathMLElement("mscarry") }} Specifies what kind of line is drawn to cross out carries. - - {{ unimplemented_inline() }} decimalpoint - {{ MathMLElement("mstyle") }} - If the decimalpoint value is used to specify the alignment, this attribute is specifying the character for the alignment point within {{ MathMLElement("mstack") }} and {{ MathMLElement("mtable") }} columns. - denomalign {{deprecated_inline}} {{ MathMLElement("mfrac") }} @@ -148,26 +133,11 @@ {{ MathMLElement("malignmark") }} - - {{ unimplemented_inline() }} equalcolumns - {{ MathMLElement("mtable") }} - A Boolean value indicating whether to force all columns to have the same total height. - - - {{ unimplemented_inline() }} equalrows - {{ MathMLElement("mtable") }} - A Boolean value indicating whether to force all rows to have the same total height. - fence {{ MathMLElement("mo") }} A Boolean value specifying whether the operator is a fence (such as parentheses). There is no visual effect for this attribute. - - {{ unimplemented_inline() }} form - {{ MathMLElement("mo") }} - Specifies the role of the operator in an enclosed expression. - frame {{ MathMLElement("mtable") }} @@ -180,12 +150,12 @@ {{ unimplemented_inline() }} groupalign - {{ MathMLElement("maligngroup") }}, {{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }} + {{ MathMLElement("maligngroup") }} height - {{ MathMLElement("mglyph") }}, {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }} + {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }} Specifies the desired height. See lengths for possible values. @@ -238,11 +208,6 @@ {{ MathMLElement("mstyle") }} Specifies the default linebreakstyle to use for infix operators. - - largeop - {{ MathMLElement("mo") }} - Specifies whether the operator should be drawn larger than normal. - length {{ MathMLElement("msline") }} @@ -250,7 +215,7 @@ {{ unimplemented_inline() }} linebreak - {{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }} + {{ MathMLElement("mo") }} @@ -318,11 +283,6 @@ {{ MathMLElement("mo") }} The maximum size of the operator. - - {{ unimplemented_inline() }} minlabelspacing - {{ MathMLElement("mtable") }} - A length value specifying the minimum space between a label and the adjacent cell in the row. - minsize {{ MathMLElement("mo") }} @@ -348,11 +308,6 @@ {{ MathMLElement("mfenced") }} A string for the opening delimiter. - - {{ unimplemented_inline() }} overflow - {{ MathMLElement("math") }} - If an expression is too long to fit in the allowed width, this attribute sets the preferred handling. - {{ unimplemented_inline() }} position {{ MathMLElement("msgroup") }}, {{ MathMLElement("msrow") }}, {{ MathMLElement("mscarries") }}, {{ MathMLElement("msline") }} @@ -423,16 +378,6 @@ {{ MathMLElement("msgroup") }} - - {{ unimplemented_inline() }} side - {{ MathMLElement("mtable") }} - Specifies the position where {{ MathMLElement("mlabeledtr") }} label elements should be placed. - - - {{ unimplemented_inline() }} src - {{ MathMLElement("mglyph") }} - The location of the image resource. - {{ unimplemented_inline() }} stackalign {{ MathMLElement("mstack") }} @@ -465,7 +410,7 @@ width - {{ MathMLElement("mglyph") }}, {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }}, {{ MathMLElement("mtable") }} + {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }}, {{ MathMLElement("mtable") }} Specifies the desired width. See lengths for possible values. diff --git a/files/en-us/web/mathml/element/index.html b/files/en-us/web/mathml/element/index.html index ef3aa30ad77b57b..233582823a2d981 100644 --- a/files/en-us/web/mathml/element/index.html +++ b/files/en-us/web/mathml/element/index.html @@ -44,12 +44,6 @@

F

  • {{MathMLElement("mfrac")}} (Fraction)
  • -

    G

    - - -

    I