Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reserving intent and arg as global attributes #157

Merged
merged 5 commits into from
Oct 6, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 15 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,8 @@ <h4>Global Attributes</h4>
<li><a><code>scriptlevel</code></a></li>
<li><a><code>style</code></a></li>
<li><a><code>tabindex</code></a></li>
<li><a><code>intent</code></a></li>
davidcarlisle marked this conversation as resolved.
Show resolved Hide resolved
<li><a><code>arg</code></a></li>
<li><a href="#event-handler-content-attributes"><code>on*</code> event handler attributes</a></li>
</ul>
</section>
Expand Down Expand Up @@ -553,7 +555,7 @@ <h4>The <code>mathvariant</code> attribute</h4>
<code>ssXY</code> properties from [[OPEN-FONT-FORMAT]]
to provide both styles. Page authors may use the
<a data-cite="CSS-FONTS-4#font-variant-alternates-prop"><code>font-variant-alternates</code></a> property with corresponding OpenType font features
to access these glyphs.
to access these glyphs.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this and other unrelated "fix tags" please be done in a separate PR, so this commit is restricted to only the relevant change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's only a couple and emacs really doesn't want to save invalid files (I already over-rode it in a few places) so I don't think it's preventing review

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, actually I think for this kind of fixes for invalid markup which don't change the content of the spec, you can just go ahead and push the changes without asking a review.

</div>
</section>
<section id="the-displaystyle-and-scriptlevel-attributes">
Expand Down Expand Up @@ -632,7 +634,18 @@ <h4>The <code>displaystyle</code> and <code>scriptlevel</code> attributes</h4>
and <code>false</code> and 2, respectively.
</div>
</section>
</section>
<section id="the-intent-and-arg-attributes">
davidcarlisle marked this conversation as resolved.
Show resolved Hide resolved
<h4>The <code>intent</code> and <code>arg</code> attributes</h4>
<p>MathML Core Level 1 defines no behavior for
<dfn><code>intent</code></dfn> and
<dfn><code>arg</code></dfn> however these attributes should
be accepted as valid. [[MATHML4]] specifies how these
attributes may be used to improve the accessibilty of
Presentation MathML. Future levels of MathML Core may
specify processing of these attributes in Web Platform
implementations.
</p>
davidcarlisle marked this conversation as resolved.
Show resolved Hide resolved
</section>
<section>
<h3>Integration in the Web Platform</h3>
<section id="html-and-svg">
Expand Down