Skip to content

Commit 9327779

Browse files
zcorpansvgeesus
authored andcommitted
Define a/m11 together; turn "alias" statement into a note
It is not defined what alias means.
1 parent de24db8 commit 9327779

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

geometry/Overview.bs

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,15 +1089,15 @@ method on {{DOMMatrix}} must follow these steps:
10891089
for=matrix>is 2D</a> to <code>false</code>.
10901090

10911091
<div dfn-type=attribute dfn-for="DOMMatrixReadOnly, DOMMatrix">
1092-
<p>The <dfn><code>m11</code></dfn> attribute, on getting, must return the <a for=matrix>m11
1093-
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
1094-
{{DOMMatrix/m11}} attribute must set the <a for=matrix>m11 element</a> value of the object it was
1095-
invoked on to the new value.
1092+
<p>The <dfn><code>m11</code></dfn> and <dfn><code>a</code></dfn> attributes, on getting, must
1093+
return the <a for=matrix>m11 element</a> value of the object it was invoked on. For the
1094+
{{DOMMatrix}} interface, setting the {{DOMMatrix/m11}} or the {{DOMMatrix/a}} attribute must set
1095+
the <a for=matrix>m11 element</a> value of the object it was invoked on to the new value.
10961096

1097-
<p>The <dfn><code>m12</code></dfn> attribute, on getting, must return the <a for=matrix>m12
1098-
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
1099-
{{DOMMatrix/m12}} attribute must set the <a for=matrix>m12 element</a> value of the object it was
1100-
invoked on to the new value.
1097+
<p>The <dfn><code>m12</code></dfn> and <dfn><code>b</code></dfn> attributes, on getting, must
1098+
return the <a for=matrix>m12 element</a> value of the object it was invoked on. For the
1099+
{{DOMMatrix}} interface, setting the {{DOMMatrix/m12}} or the {{DOMMatrix/b}} attribute must set
1100+
the <a for=matrix>m12 element</a> value of the object it was invoked on to the new value.
11011101

11021102
<p>The <dfn><code>m13</code></dfn> attribute, on getting, must return the <a for=matrix>m13
11031103
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
@@ -1109,15 +1109,15 @@ for=matrix>is 2D</a> to <code>false</code>.
11091109
{{DOMMatrix/m14}} attribute must set the <a for=matrix>m14 element</a> value of the object it was
11101110
invoked on to the new value.
11111111

1112-
<p>The <dfn><code>m21</code></dfn> attribute, on getting, must return the <a for=matrix>m21
1113-
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
1114-
{{DOMMatrix/m21}} attribute must set the <a for=matrix>m21 element</a> value of the object it was
1115-
invoked on to the new value.
1112+
<p>The <dfn><code>m21</code></dfn> and <dfn><code>c</code></dfn> attributes, on getting, must
1113+
return the <a for=matrix>m21 element</a> value of the object it was invoked on. For the
1114+
{{DOMMatrix}} interface, setting the {{DOMMatrix/m21}} or the {{DOMMatrix/c}} attribute must set
1115+
the <a for=matrix>m21 element</a> value of the object it was invoked on to the new value.
11161116

1117-
<p>The <dfn><code>m22</code></dfn> attribute, on getting, must return the <a for=matrix>m22
1118-
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
1119-
{{DOMMatrix/m22}} attribute must set the <a for=matrix>m22 element</a> value of the object it was
1120-
invoked on to the new value.
1117+
<p>The <dfn><code>m22</code></dfn> and <dfn><code>d</code></dfn> attributes, on getting, must
1118+
return the <a for=matrix>m22 element</a> value of the object it was invoked on. For the
1119+
{{DOMMatrix}} interface, setting the {{DOMMatrix/m22}} or the {{DOMMatrix/d}} attribute must set
1120+
the <a for=matrix>m22 element</a> value of the object it was invoked on to the new value.
11211121

11221122
<p>The <dfn><code>m23</code></dfn> attribute, on getting, must return the <a for=matrix>m23
11231123
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
@@ -1149,15 +1149,15 @@ for=matrix>is 2D</a> to <code>false</code>.
11491149
{{DOMMatrix/m34}} attribute must set the <a for=matrix>m34 element</a> value of the object it was
11501150
invoked on to the new value.
11511151

1152-
<p>The <dfn><code>m41</code></dfn> attribute, on getting, must return the <a for=matrix>m41
1153-
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
1154-
{{DOMMatrix/m41}} attribute must set the <a for=matrix>m41 element</a> value of the object it was
1155-
invoked on to the new value.
1152+
<p>The <dfn><code>m41</code></dfn> and <dfn><code>e</code></dfn> attributes, on getting, must
1153+
return the <a for=matrix>m41 element</a> value of the object it was invoked on. For the
1154+
{{DOMMatrix}} interface, setting the {{DOMMatrix/m41}} or the {{DOMMatrix/e}} attribute must set
1155+
the <a for=matrix>m41 element</a> value of the object it was invoked on to the new value.
11561156

1157-
<p>The <dfn><code>m42</code></dfn> attribute, on getting, must return the <a for=matrix>m42
1158-
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
1159-
{{DOMMatrix/m42}} attribute must set the <a for=matrix>m42 element</a> value of the object it was
1160-
invoked on to the new value.
1157+
<p>The <dfn><code>m42</code></dfn> and <dfn><code>f</code></dfn> attributes, on getting, must
1158+
return the <a for=matrix>m42 element</a> value of the object it was invoked on. For the
1159+
{{DOMMatrix}} interface, setting the {{DOMMatrix/m42}} or the {{DOMMatrix/f}} attribute must set
1160+
the <a for=matrix>m42 element</a> value of the object it was invoked on to the new value.
11611161

11621162
<p>The <dfn><code>m43</code></dfn> attribute, on getting, must return the <a for=matrix>m43
11631163
element</a> value of the object it was invoked on. For the {{DOMMatrix}} interface, setting the
@@ -1170,21 +1170,21 @@ for=matrix>is 2D</a> to <code>false</code>.
11701170
invoked on to the new value.
11711171
</div>
11721172

1173-
<div dfn-type=attribute dfn-for="DOMMatrixReadOnly, DOMMatrix">
1173+
<div class=note>
11741174
<p>The following attributes {{DOMMatrixReadOnly/a}} to {{DOMMatrixReadOnly/f}} correspond to the 2D
11751175
components of the matrix interfaces.
11761176

1177-
<p>The <dfn><code>a</code></dfn> attribute is an alias to the {{DOMMatrixReadOnly/m11}} attribute.
1177+
<p>The {{DOMMatrixReadOnly/a}} attribute is an alias to the {{DOMMatrixReadOnly/m11}} attribute.
11781178

1179-
<p>The <dfn><code>b</code></dfn> attribute is an alias to the {{DOMMatrixReadOnly/m12}} attribute.
1179+
<p>The {{DOMMatrixReadOnly/b}} attribute is an alias to the {{DOMMatrixReadOnly/m12}} attribute.
11801180

1181-
<p>The <dfn><code>c</code></dfn> attribute is an alias to the {{DOMMatrixReadOnly/m21}} attribute.
1181+
<p>The {{DOMMatrixReadOnly/c}} attribute is an alias to the {{DOMMatrixReadOnly/m21}} attribute.
11821182

1183-
<p>The <dfn><code>d</code></dfn> attribute is an alias to the {{DOMMatrixReadOnly/m22}} attribute.
1183+
<p>The {{DOMMatrixReadOnly/d}} attribute is an alias to the {{DOMMatrixReadOnly/m22}} attribute.
11841184

1185-
<p>The <dfn><code>e</code></dfn> attribute is an alias to the {{DOMMatrixReadOnly/m41}} attribute.
1185+
<p>The {{DOMMatrixReadOnly/e}} attribute is an alias to the {{DOMMatrixReadOnly/m41}} attribute.
11861186

1187-
<p>The <dfn><code>f</code></dfn> attribute is an alias to the {{DOMMatrixReadOnly/m42}} attribute.
1187+
<p>The {{DOMMatrixReadOnly/f}} attribute is an alias to the {{DOMMatrixReadOnly/m42}} attribute.
11881188
</div>
11891189

11901190
<p>The following attributes provide status information about {{DOMMatrixReadOnly}}.

0 commit comments

Comments
 (0)