From ba5d6f9610d6bb352eecfa3ded1bb99bc9892916 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 11 Dec 2020 19:00:14 -0500 Subject: dump 2020-12-11 --- .../index.html" | 74 ++++ files/ru/web/html/attributes/pattern/index.html | 157 +++++++ files/ru/web/mathml/element/mover/index.html | 100 +++++ .../index.html" | 484 +++++++++++++++++++++ 4 files changed, 815 insertions(+) create mode 100644 "files/ru/learn/html/multimedia_and_embedding/\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270\321\217_\320\262_html/\320\277\321\200\320\276\320\262\320\265\321\200\321\214\321\202\320\265_\321\201\320\262\320\276\320\270_\320\267\320\275\320\260\320\275\320\270\321\217_colon__\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270\321\217_\320\262_html/index.html" create mode 100644 files/ru/web/html/attributes/pattern/index.html create mode 100644 files/ru/web/mathml/element/mover/index.html create mode 100644 "files/ru/web/mathml/\320\260\321\202\321\200\320\270\320\261\321\203\321\202/index.html" (limited to 'files/ru') diff --git "a/files/ru/learn/html/multimedia_and_embedding/\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270\321\217_\320\262_html/\320\277\321\200\320\276\320\262\320\265\321\200\321\214\321\202\320\265_\321\201\320\262\320\276\320\270_\320\267\320\275\320\260\320\275\320\270\321\217_colon__\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270\321\217_\320\262_html/index.html" "b/files/ru/learn/html/multimedia_and_embedding/\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270\321\217_\320\262_html/\320\277\321\200\320\276\320\262\320\265\321\200\321\214\321\202\320\265_\321\201\320\262\320\276\320\270_\320\267\320\275\320\260\320\275\320\270\321\217_colon__\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270\321\217_\320\262_html/index.html" new file mode 100644 index 0000000000..e00777dabe --- /dev/null +++ "b/files/ru/learn/html/multimedia_and_embedding/\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270\321\217_\320\262_html/\320\277\321\200\320\276\320\262\320\265\321\200\321\214\321\202\320\265_\321\201\320\262\320\276\320\270_\320\267\320\275\320\260\320\275\320\270\321\217_colon__\320\270\320\267\320\276\320\261\321\200\320\260\320\266\320\265\320\275\320\270\321\217_\320\262_html/index.html" @@ -0,0 +1,74 @@ +--- +title: 'Проверьте свои знания: Изображения в HTML' +slug: >- + Learn/HTML/Multimedia_and_embedding/Изображения_в_HTML/Проверьте_свои_знания:_Изображения_в_HTML +translation_of: >- + Learn/HTML/Multimedia_and_embedding/Images_in_HTML/Test_your_skills:_HTML_images +--- +
{{learnsidebar}}
+ +

Цель этого теста навыков - оценить, поняли ли вы нашу статью Изображения в HTML.

+ +
+

Примечание: Вы можете опробовать решения в интерактивных редакторах ниже, однако может быть полезно загрузить код и использовать онлайн-инструмент, такой как CodePen, jsFiddle или Glitch для работы с задачами.

+
+ +

Изображения в HTML №1

+ +

В этой задаче мы хотим, чтобы вы вставили на страницу простое изображение ягоды черники. Вам необходимо:

+ + + +

Попробуйте обновить живой код ниже, чтобы воссоздать готовый пример:

+ +

{{EmbedGHLiveSample("learning-area/html/multimedia-and-embedding/tasks/images/images1.html", '100%', 700)}}

+ +
+

Загрузите файл для этой задачи, чтобы работать в вашем редакторе или в онлайн-редакторе.

+
+ +

Изображения в HTML №2

+ +

В этой задаче у вас уже есть полнофункциональное изображение, но мы хотели бы, чтобы вы добавили всплывающую подсказку, которая появляется при наведении курсора на изображение. Вы должны ввести некоторую соответствующую информацию во всплывающую подсказку.

+ +

Попробуйте обновить живой код ниже, чтобы воссоздать законченный пример:

+ +

{{EmbedGHLiveSample("learning-area/html/multimedia-and-embedding/tasks/images/images2.html", '100%', 700)}}

+ +
+

Загрузите файл для этой задачи, чтобы работать в вашем редакторе или в онлайн-редакторе.

+
+ +

Изображения в HTML №3

+ +

В этой последней задаче вам предоставляется как полнофункциональное изображение, так и текст заголовка. Здесь вам нужно добавить элементы, которые будут связывать изображение с его заголовком.

+ +

Попробуйте обновить живой код ниже, чтобы воссоздать готовый пример:

+ +

{{EmbedGHLiveSample("learning-area/html/multimedia-and-embedding/tasks/images/images3.html", '100%', 700)}}

+ +
+

Загрузите файл для этой задачи, чтобы работать в вашем редакторе или в онлайн-редакторе.

+
+ +

Оценка или дополнительная помощь

+ +

Вы можете попрактиковаться с этими примерами в интерактивных редакторах выше.

+ +

Если вы хотите, чтобы ваша работа была оценена, или если вы застряли и хотите обратиться за помощью:

+ +
    +
  1. Поместите свою работу в онлайн-редактор, например CodePen, jsFiddle или Glitch. Вы можете написать код самостоятельно или использовать файлы, ссылки на которые приведены в приведенных выше разделах.
  2. +
  3. Напишите сообщение с просьбой об оценке и / или помощи в MDN Discourse forum Learning category. Ваш пост должен включать: +
      +
    • Описательный заголовок, например "Требуется оценка для проверки навыков 1 по основам изображений HTML".
    • +
    • Подробная информация о том, что вы уже пробовали, и что бы вы хотели, чтобы мы сделали, например если вы застряли и нуждаетесь в помощи или хотите пройти оценку.
    • +
    • Ссылка на пример, который вы хотите оценить или с которым вам нужна помощь, в онлайн-редакторе (как указано в шаге 1 выше). Это хорошая практика - очень сложно помочь кому-то с проблемой кодирования, если вы не видите его код.
    • +
    • Ссылка на страницу фактического задания или оценки, чтобы мы могли найти вопрос, в котором вам нужна помощь.
    • +
    +
  4. +
diff --git a/files/ru/web/html/attributes/pattern/index.html b/files/ru/web/html/attributes/pattern/index.html new file mode 100644 index 0000000000..b7df7361ed --- /dev/null +++ b/files/ru/web/html/attributes/pattern/index.html @@ -0,0 +1,157 @@ +--- +title: 'HTML attribute: pattern' +slug: Web/HTML/Attributes/pattern +translation_of: Web/HTML/Attributes/pattern +--- +

{{HTMLSidebar}}

+ +

Атрибут pattern определяет регулярное выражение, которому должно соответствовать значение элемента формы. Если  ненулевое значение не соответствует ограничениям, установленным в pattern, доступное только для чтения свойство {{domxref('ValidityState.patternMismatch','patternMismatch')}} объекта {{domxref('ValidityState')}} будет истинным.

+ +

Атрибут pattern является атрибутом для полей ввода с типом {{HTMLElement("input/text", "text")}}, {{HTMLElement("input/tel", "tel")}}, {{HTMLElement("input/email", "email")}}, {{HTMLElement("input/url", "url")}}, {{HTMLElement("input/password", "password")}}, и {{HTMLElement("input/search", "search")}}.

+ +
+

The pattern attribute, when specified, is a regular expression which the input's {{htmlattrxref("value")}} must match in order for the value to pass constraint validation. It must be a valid JavaScript regular expression, as used by the {{jsxref("RegExp")}} type, and as documented in our guide on regular expressions; the 'u' flag is specified when compiling the regular expression, so that the pattern is treated as a sequence of Unicode code points, instead of as ASCII. No forward slashes should be specified around the pattern text.

+ +

If the specified pattern is not specified or is invalid, no regular expression is applied and this attribute is ignored.

+ +
+

Tip: Use the {{htmlattrxref("title", "input")}} attribute to specify text that most browsers will display as a tooltip to explain what the requirements are to match the pattern. You must not rely on the tooltip alone for an explanation. See below for more information on usability.

+
+
+ +

Some of the input types supporting the pattern attribute, notably the {{HTMLElement("input/email", "email")}} and {{HTMLElement("input/url", "url")}} input types, have expected value syntaxes that must be matched. If the pattern attribute isn't present, and the value doesn't match the expected syntax for that value type, the {{domxref('ValidityState')}} object's read-only {{domxref('ValidityState.typeMismatch','typeMismatch')}} property will be true.

+ +

Usability

+ +

When including a pattern, provide a description of the pattern in visible text near the control. Additionally, include a title attribute which gives a description of the pattern. User agents may use the title contents during constraint validation to tell the user that the pattern is not matched. Some browsers show a tooltip with title contents, improving usability for sighted users. Additionally, assistive technology may read the title aloud when the control gains focus, but this should not be relied upon for accessibility.

+ +

Constraint validation

+ +

If the input’s value is not the empty string and the value does not match the entire regular expression, there is a from a {{domxref('ValidityState.patternMismatch','patternMismatch')}}.
+ The pattern's regular expression, when matched against the value, must have its start anchored to the start of the string and its end anchored to the end of the string, which is slightly different from JavaScript regular expressions: in the case of pattern attribute, we are matching against the entire value, not just any subset, as if a ^(?: were implied at the start of the pattern and )$ at the end.

+ +

Examples

+ +

Given the following:

+ +
+
<p>
+ <label>Enter your phone number in the format (123)456-7890
+  (<input name="tel1" type="tel" pattern="[0-9]{3}" placeholder="###" aria-label="3-digit area code" size="2"/>)-
+   <input name="tel2" type="tel" pattern="[0-9]{3}" placeholder="###" aria-label="3-digit prefix" size="2"/> -
+   <input name="tel3" type="tel" pattern="[0-9]{4}" placeholder="####" aria-label="4-digit number" size="3"/>
+ </label>
+</p>
+ +

Here we have 3 sections for a north American phone number with an implicit label encompassing all three components of the phone number, expecting 3-digits, 3-digits and 4-digits respectively, as defined by the pattern attribute set on each.

+ +

If the values are too long or too short, or contain characters that aren't digits, the patternMismatch will be true. When true, the element matches the {{cssxref(":invalid")}} CSS pseudo-classes.

+ +
input:invalid {
+  border: red solid 3px;
+}
+ +

{{EmbedLiveSample("example1", 300, 40)}}

+
+ +

Had we used minlength and maxlength attributes instead, we may have seen {{domxref('validityState.tooLong')}} or {{domxref('validityState.tooShort')}} being true.

+ +

Specifying a pattern

+ +

You can use the {{htmlattrxref("pattern","input")}} attribute to specify a regular expression that the inputted value must match in order to be considered valid (see Validating against a regular expression for a simple crash course on using regular expressions to validate inputs).

+ +

The example below restricts the value to 4-8 characters and requires that it contain only lower-case letters.

+ +
<form>
+  <div>
+    <label for="uname">Choose a username: </label>
+    <input type="text" id="uname" name="name" required size="45"
+           pattern="[a-z]{4,8}" title="4 to 8 lowercase letters">
+    <span class="validity"></span>
+    <p>Usernames must be lowercase and 4-8 characters in length.</p>
+  </div>
+  <div>
+    <button>Submit</button>
+  </div>
+</form>
+ + + +

This renders like so:

+ +

{{ EmbedLiveSample('Specifying_a_pattern', 600, 110) }}

+ +

Accessibility Concerns

+ +

When a control has a pattern attribute, the title attribute, if used, must describe the pattern. Relying on the title attribute for the visual display of text content is generally discouraged as many user agents do not expose the attribute in an accessible manner. Some browsers show a tooltip when an element with a title is hovered, but that leaves out keyboard-only and touch-only users. This is one of the several reasons you must include information informing users how to fill out the the control to match the requirements.

+ +

While titles are used by some browsers to populate error messaging, because browsers sometimes also show the title as text on hover, it therefore shows in non-error situations, so be careful not to word titles as if an error has occurred.

+ +

Specifications

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{ SpecName('HTML WHATWG', 'forms.html#attr-input-pattern', 'pattern') }}{{Spec2('HTML WHATWG')}}
{{ SpecName('HTML5.1', 'forms.html#attr-input-pattern', 'pattern') }}{{Spec2('HTML5.1')}}
{{ SpecName('HTML5 W3C', 'forms.html#attr-input-pattern', 'pattern') }}{{Spec2('HTML5 W3C')}}
+ +

Browser compatibility

+ + + +

{{Compat("html.elements.attributes.pattern")}}

+ +

See also

+ + diff --git a/files/ru/web/mathml/element/mover/index.html b/files/ru/web/mathml/element/mover/index.html new file mode 100644 index 0000000000..bbc4005440 --- /dev/null +++ b/files/ru/web/mathml/element/mover/index.html @@ -0,0 +1,100 @@ +--- +title: +slug: Web/MathML/Element/mover +tags: + - MathML + - MathML Reference + - 'MathML:Element' + - 'MathML:Script and Limit Schemata' + - Справка по MathML + - Элемент MathML +translation_of: Web/MathML/Element/mover +--- +
{{MathMLRef}}
+ +

Элемент <mover> языка разметки MathML используется для добавления акцента или ограничения на выражение. Используйте синтаксис: <mover>базовый надстрочный символ</mover>

+ +

Атрибуты

+ +
+
accent
+
Если установлено true, то over-script - это акцент, приближенный к базовому выражению.
+ Если установлено false (по умолчанию) over-script это ограничение по базовому выражению.
+
align {{deprecated_inline}}
+
Выравнивание над сценарием. Возможные значения: left, center, и right.
+ Этот атрибут устарел и будет удален в будущем. Вместо этого используйте CSS text-align.
+
class, id, style
+
Предусмотрено для использования с таблицами стилей.
+
displaystyle
+
Логическое значение, определяющее, используется ли больше вертикального пространства для отображаемых уравнений или, если установлено значение false, используется более компактный макет для отображения формул. Основной эффект заключается в том, что отображаются более крупные версии операторов, когда displaystyle установлено в true. Смотри также largeop и movablelimits для {{ MathMLElement("mo") }}.
+
href
+
Используется для установки гиперссылки на указанный URI.
+
mathbackground
+
Цвет фона. Возможно использование #rgb, #rrggbb и имён цветов HTML.
+
mathcolor
+
Цвет текста. Возможно использование #rgb, #rrggbb и имён цветов HTML.
+
+ +

Примеры

+ +

Образец: x+y+z

+ +

Отображение в вашем браузере: x + y + z

+ +
<math>
+
+<mover accent="true">
+  <mrow>
+    <mi> x </mi>
+    <mo> + </mo>
+    <mi> y </mi>
+    <mo> + </mo>
+    <mi> z </mi>
+  </mrow>
+  <mo> &#x23DE; <!-- Верхняя фигурная скобка --> </mo>
+</mover>
+
+</math>
+
+ +

Спецификации

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
СпецификацияСтатусКомментарий
{{SpecName("MathMLCore", "#underscripts-and-overscripts-munder-mover-munderover", "mover")}}{{Spec2("MathMLCore")}}Проект спецификации
{{ SpecName('MathML3', 'chapter3.html#presm.mover', 'mover') }}{{ Spec2('MathML3') }}Текущая спецификация
{{ SpecName('MathML2', 'chapter3.html#presm.mover', 'mover') }}{{ Spec2('MathML2') }}Начальная спецификация
+ +

Совместимость с браузерами

+ + + +

{{Compat("mathml.elements.mover")}}

+ +

Смотрите также

+ + diff --git "a/files/ru/web/mathml/\320\260\321\202\321\200\320\270\320\261\321\203\321\202/index.html" "b/files/ru/web/mathml/\320\260\321\202\321\200\320\270\320\261\321\203\321\202/index.html" new file mode 100644 index 0000000000..1c99572a49 --- /dev/null +++ "b/files/ru/web/mathml/\320\260\321\202\321\200\320\270\320\261\321\203\321\202/index.html" @@ -0,0 +1,484 @@ +--- +title: Справка по атрибутам MathML +slug: Web/MathML/Атрибут +tags: + - MathML + - MathML Reference + - Справка по MathML +translation_of: Web/MathML/Attribute +--- +
{{MathMLRef}}
+ +

Ниже приведён список атрибутов MathML в алфавитном порядке. Более подробная информация о каждом атрибуте доступна на странице элементов.

+ +

Примечания:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
НазваниеЭлементы, принимающие атрибутОписание
accent{{ MathMLElement("mo") }}, {{ MathMLElement("mover") }}, {{ MathMLElement("munderover") }}Логическое значение, определяющее, нужно ли оператор рассматривать как акцент.
accentunder{{ MathMLElement("munder") }}, {{ MathMLElement("munderover") }}Логическое значение, определяющее, нужно ли оператор рассматривать как акцент.
actiontype{{ MathMLElement("maction") }}Строковое значение, определяющее выполняемое для этого элемента действие.
align {{deprecated_inline}}{{ MathMLElement("mtable") }}
+ {{ MathMLElement("munder") }}, {{ MathMLElement("mover") }}, {{ MathMLElement("munderover") }}
+ {{ MathMLElement("mstack") }}
Задаёт различное выравнивание нескольких элементов (смотри подробности на страницах с элементами).
{{ unimplemented_inline() }} alignmentscope{{ MathMLElement("mtable") }}Логическое значение, указывающее, должны ли столбцы таблицы действовать как области выравнивания или нет.
{{ unimplemented_inline() }}
+ altimg
+ altimg-width
+ altimg-height
+ altimg-valign
+ alttext
{{ MathMLElement("math") }}Визуальные и текстовые варианты отката.
bevelled {{deprecated_inline}}{{ MathMLElement("mfrac") }}Задаёт стиль отображения дроби. Не рекомендуется. Вместо этого используйте U+2044 (дробная косая черта).
{{ unimplemented_inline() }} charalign{{ MathMLElement("mstack") }}Определяет горизонтальное выравнивание цифр.
close{{ MathMLElement("mfenced") }}Строка закрывающего разделителя.
columnalign{{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }}, {{ MathMLElement("mlabeledtr") }}Определяет горизонтальное выравнивание клеток таблицы.
columnlines{{ MathMLElement("mtable") }}Задаёт границы столбца таблицы.
columnspacing{{ MathMLElement("mtable") }}Задаёт пространство между колонками таблицы.
columnspan{{ MathMLElement("mtd") }}Неотрицательное целое число, указывающее, на сколько столбцов таблицы распространяется ячейка.
{{ unimplemented_inline() }} columnwidth{{ MathMLElement("mtable") }}Задаёт ширину колонок таблицы.
{{ unimplemented_inline() }} crossout{{ MathMLElement("mscarry") }}Указывает, какая линия проводится для пересечения переносчиков.
{{ unimplemented_inline() }} decimalpoint{{ MathMLElement("mstyle") }}Если значение decimalpoint используется для указания выравнивания, этот атрибут определяет символ для точки внутри {{ MathMLElement("mstack") }} и {{ MathMLElement("mtable") }} колонок.
denomalign {{deprecated_inline}}{{ MathMLElement("mfrac") }}Выравнивание знаменателя под дробью.
depth{{ MathMLElement("mpadded") }}Устанавливает или увеличивает глубину. Смотри длины.
dir{{ MathMLElement("math") }}, {{ MathMLElement("mi") }}, {{ MathMLElement("mo") }}, {{ MathMLElement("mrow") }}, {{ MathMLElement("ms") }}, {{ MathMLElement("mtext") }}Направление текста. Возможны значения ltr (слева направо) или rtl (справа налево).
display{{ MathMLElement("math") }}Задает режим визуализации. Допускаются значения block и inline.
displaystyleAll +

Логическое значение, указывающее, используется ли больше вертикального пространства для отображаемых уравнений или, если установлено значение false, для отображения формул используется более компактный макет.

+ +

В MathML 3 этот атрибут был действителен только на {{ MathMLElement("mstyle") }}, {{ MathMLElement("mtable") }}, и {{ MathMLElement("math") }}.

+
{{ unimplemented_inline() }} edge{{ MathMLElement("malignmark") }}
{{ unimplemented_inline() }} equalcolumns{{ MathMLElement("mtable") }}Логическое значение, указывающее, следует ли принудительно задавать для всех столбцов одинаковую общую высоту.
{{ unimplemented_inline() }} equalrows{{ MathMLElement("mtable") }}Логическое значение, указывающее, принудить ли все строки иметь одинаковую общую высоту.
fence{{ MathMLElement("mo") }}Логическое значение, определяющее, является ли оператор ограждающим (например, круглые скобки). Для этого атрибута нет визуального эффекта.
{{ unimplemented_inline() }} form{{ MathMLElement("mo") }}Задает роль оператора во вложенном выражении.
frame{{ MathMLElement("mtable") }}Определяет границы всего {{ MathMLElement("mtable") }}. Возможные значения: none (по умолчанию), solid и dashed.
framespacing{{ MathMLElement("mtable") }}Задает дополнительное пространство, добавленное между таблицей и frame.
{{ unimplemented_inline() }} groupalign{{ MathMLElement("maligngroup") }}, {{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }}
height{{ MathMLElement("mglyph") }}, {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }}Задает желаемую высоту. Для возможных значений смотри длины.
hrefAllИспользуется для создания гиперссылки к заданному URI.
idAllУстанавливает уникальный идентификатор, связанный с элементом.
{{ unimplemented_inline() }} indentalign{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} indentalignfirst{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} indentalignlast{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} indentshift{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} indentshiftfirst{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} indentshiftlast{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} indenttarget{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} infixlinebreakstyle{{ MathMLElement("mstyle") }}Задает стиль по умолчанию для linebreakstyle для использования в инфиксных операторах.
largeop{{ MathMLElement("mo") }}Указывает, следует ли рисовать оператор больше обычного.
length{{ MathMLElement("msline") }}
{{ unimplemented_inline() }} linebreak{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} linebreakmultchar{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} linebreakstyle{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
{{ unimplemented_inline() }} lineleading{{ MathMLElement("mo") }}, {{ MathMLElement("mspace") }}
linethickness{{ MathMLElement("mfrac") }}Толщина горизонтальной линии дроби.
{{ unimplemented_inline() }} location{{ MathMLElement("mscarries") }}
{{ unimplemented_inline() }} longdivstyle{{ MathMLElement("mlongdiv") }}Управляет стилем макета с длинным разделением.
lspace{{ MathMLElement("mo") }}, {{ MathMLElement("mpadded") }}Количество места перед оператором (смотри длины для значений и единиц).
lquote{{ MathMLElement("ms") }}Начальный символ цитаты (зависит от dir), отгораживающий содержимое. Значение по умолчанию: "&quot;".
mathbackgroundAllЦвет фона. Возможно использование #rgb, #rrggbb и названия цветов HTML.
mathcolorAllЦвет текста. Возможно использование #rgb, #rrggbb и названия цветов HTML.
mathsize{{ MathMLElement("mi") }}, {{ MathMLElement("mn") }}, {{ MathMLElement("mo") }}, {{ MathMLElement("ms") }}, {{ MathMLElement("mtext") }}Размер содержимого.
mathvariant{{ MathMLElement("mi") }}, {{ MathMLElement("mn") }}, {{ MathMLElement("mo") }}, {{ MathMLElement("ms") }}, {{ MathMLElement("mtext") }}Логический класс идентификатора, который варьируется в типографике.
maxsize{{ MathMLElement("mo") }}Максимальный размер ооператора.
{{ unimplemented_inline() }} minlabelspacing{{ MathMLElement("mtable") }}Значение длины, определяющее минимальное расстояние между label и соседней ячейкой в строке.
minsize{{ MathMLElement("mo") }}Минимальный размер оператора.
movablelimits{{ MathMLElement("mo") }}Определяет, перемещаются ли присоединенные нижние и верхние индексы на позиции нижних и верхних индексов.
notation{{ MathMLElement("menclose") }}Список обозначений, разделённых пробелом, для применения к дочерним элементам.
numalign {{deprecated_inline}}{{ MathMLElement("mfrac") }}Выравнивание числителя по дроби.
open{{ MathMLElement("mfenced") }}Строка открывающего разделителя.
{{ unimplemented_inline() }} overflow{{ MathMLElement("math") }}Если выражение слишком длинное, чтобы уместиться в допустимой ширине, этот атрибут устанавливает предпочтительную обработку.
{{ unimplemented_inline() }} position{{ MathMLElement("msgroup") }}, {{ MathMLElement("msrow") }}, {{ MathMLElement("mscarries") }}, {{ MathMLElement("msline") }}
rowalign{{ MathMLElement("mtable") }}, {{ MathMLElement("mtd") }}, {{ MathMLElement("mtr") }}Задаёт вертикальное выравнивание ячеек таблицы.
rowlines{{ MathMLElement("mtable") }}Задаёт границы строки таблицы.
rowspacing{{ MathMLElement("mtable") }}Задаёт расстояние между строками таблицы.
rowspan{{ MathMLElement("mtd") }}Неотрицательное целочисленное значение, указывающее, на сколько строк расширяется ячейка.
rspace{{ MathMLElement("mo") }}Количество места после оператора.
rquote{{ MathMLElement("ms") }}Закрывающая кавычка (зависит от dir), заключающая содержимое. Значение по умолчанию: "&quot;".
scriptlevel{{ MathMLElement("mstyle") }}В основном контролирует размер шрифта. Чем выше scriptlevel, тем меньше размер шрифта.
scriptminsize{{ MathMLElement("mstyle") }}Задает минимальный размер шрифта, разрешённый из-за изменений в scriptlevel.
scriptsizemultiplier{{ MathMLElement("mstyle") }}Определяет множитель, который будет использоваться для настройки размера шрифта из-за изменений в scriptlevel.
selection{{ MathMLElement("maction") }}Дочерний элемент, к которому обращается действие.
separator{{ MathMLElement("mo") }}Для этого атрибута нет визуального эффекта, но он указывает, является ли оператор разделителем (например, запятыми).
separators{{ MathMLElement("mfenced") }}Последовательность из нуля или более символов, используемых для разных разделителей.
{{ unimplemented_inline() }} shift{{ MathMLElement("msgroup") }}
{{ unimplemented_inline() }} side{{ MathMLElement("mtable") }}Задает позицию, в которой {{ MathMLElement("mlabeledtr") }} должны быть размещены элементы метки.
{{ unimplemented_inline() }} src{{ MathMLElement("mglyph") }}Расположение ресурса изображения.
{{ unimplemented_inline() }} stackalign{{ MathMLElement("mstack") }}
stretchy{{ MathMLElement("mo") }}Указывает, растягивается ли оператор до размера соседнего элемента.
subscriptshift {{deprecated_inline}}{{ MathMLElement("mmultiscripts") }}, {{ MathMLElement("msub") }}, {{ MathMLElement("msubsup") }}Минимальный интервал, на который можно сместить нижний индекс ниже базовой линии выражения.
supscriptshift {{deprecated_inline}}{{ MathMLElement("mmultiscripts") }}, {{ MathMLElement("msup") }}, {{ MathMLElement("msubsup") }}Минимальное расстояние, на которое можно сместить верхний индекс над базовой линией выражения.
symmetric{{ MathMLElement("mo") }}Если stretchy установлено в true, то этот атрибут указывает, должен ли оператор быть вертикально симметричным относительно воображаемой математической оси (центрированная дробная линия).
voffset{{ MathMLElement("mpadded") }}Устанавливает вертикальное положение дочернего содержимого.
width{{ MathMLElement("mglyph") }}, {{ MathMLElement("mpadded") }}, {{ MathMLElement("mspace") }}, {{ MathMLElement("mtable") }}Задает желаемую ширину. Смотри длины для возможных значений.
xmlns{{ MathMLElement("math") }}Задает URI для пространства имен MathML (http://www.w3.org/1998/Math/MathML)
-- cgit v1.2.3-54-g00ecf