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

HTML General Review: HTML Ruby #248

Closed
1 of 3 tasks
travisleithead opened this issue Apr 17, 2018 · 4 comments
Closed
1 of 3 tasks

HTML General Review: HTML Ruby #248

travisleithead opened this issue Apr 17, 2018 · 4 comments

Comments

@travisleithead
Copy link
Contributor

Hello TAG!

This issue is part of the TAG's larger effort to review the HTML spec in its entirety--please see the original issue #174 for a summary of all the break-out issues.

The "Sections" are all the sections of the WHATWG HTML spec that should be reviewed as part of this issue. Where the spec section has associated Web Platform Tests, the specific WPT path is noted. While the primary focus of the review is the specification text, it can be helpful to review the related tests to help clarify algorithms or see interoperability conformance issues (or find issues with the tests).

The "Features" are just a sample of what you will encounter as part of this spec section, it's not meant to be exhaustive.

Here are some example suggestions for what to look for during the review, but don't limit to only these suggestions!

  • Look for any APIs that could be 'modernized' according to current design practices.
  • Look for things that could require permissions that aren't modelled in the permissions API at the moment.
  • Look for areas of the platform that contain UA 'magic' (aren't possible for JavaScript programs to emulate due to missing primitives in the platform). These are candidates for future Extensible Web archeology.
  • Look for areas of the spec that describe "wishful thinking" (e.g., that describe a feature that is implemented by no one). Such features should at least have implementor commitments, or they might be candidates for removal from the spec.
  • Look for cryptic and hard-to-follow algorithms that could be improved with extra explanatory text or improved prose. E.g., sometimes adding a "developer note" (green box) can add the needed clarity to understand the intent/purpose or outcome of a complex concept.
  • Look for concepts that are meant to be used together, but where this is not spelled out or explained clearly
Sections WPT path Features
4.5.10 html/semantics/text-level-semantics/the-ruby-element <ruby>, <rt>, <rp>

Please provide feedback as (please select one):

  • open issues in our Github repo for each point of feedback
  • open a single issue in our Github repo for the entire review
  • leave review feedback as a comment in this issue and @-notify [github usernames]
@dbaron dbaron self-assigned this Apr 20, 2018
@cynthia cynthia self-assigned this Apr 24, 2018
@travisleithead
Copy link
Contributor Author

This may be of interest for this review: w3c/html#291

@travisleithead
Copy link
Contributor Author

travisleithead commented Jun 26, 2018

We had a special request by our friends working on HTML5.3 (see request at #275 (comment)) to look into the following:

The way ruby allows <rb>A<rb>B<rb>C<rt>a<rt>b<rt>c - but currently we only have one implementation plus an intention to implement. See w3c/html#1424

@torgo
Copy link
Member

torgo commented Jul 24, 2018

Discussed at Seattle f2f. Sangwhan to orgnanise some breakouts and discussion to try to bring this together.

@torgo torgo added this to the 2018-10-30-f2f-paris milestone Oct 30, 2018
@cynthia
Copy link
Member

cynthia commented Oct 31, 2018

This was brought up during TPAC, and has been communicated to the group. The main issue surrounding this is that tabular ruby has parser level support but no support from layout aside from one implementation. (Firefox) The next course of action would be to make sure this is filed as an issue/PR, for this particular mismatch.

Long term whether or not a layout+data model syntax like this seems to be suboptimal, and we may want to revisit this at some point.

@torgo torgo closed this as completed Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants