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

Documentation improvements and corrections #88

Open
JayPanoz opened this issue May 26, 2020 · 3 comments
Open

Documentation improvements and corrections #88

JayPanoz opened this issue May 26, 2020 · 3 comments

Comments

@JayPanoz
Copy link
Collaborator

I'm submitting an issue following some feedback from @mickael-menu

Short description of the issue/suggestion:

There are a few places in docs that could be improved or clarified.

Other information (e.g. related issues, suggestions how to fix, links for us to have context)

Here’s a list of things we could improve.

var root = document.documentElement || document.getElementById("iframe-wrapper").contentWindow.document.documentElement; 

We should remove || document.getElementById("iframe-wrapper").contentWindow.document.documentElement since it doesn’t add much to it, implementers dealing with iframes know they are using an iframe and the context is the contentDocument anyway.

For default.css we should make it clear inline style="" should be checked in the entire DOM and not only html or body.

“Theme” is confusing in the User prefs doc as it’s used for multiple things. In addition it’s not super clear what sepia and night modes are compared to custom themes.

For the typeface names, we could mention this link to highlight it’s mapped on type classifications people use in typography. We could maybe even advise to use these names in the pref panel instead of hardcoded Font family names we are not sure are available on the platform.

The typeScale concept could probably be defined/described in a few sentences and illustrated by something like this web app: https://type-scale.com

There’s a mistake in the API Doc: font stacks are listed for fontSize.

We should also add instructions for embedding fonts (and mentions of alternatives like google fonts, downloadable fonts on Android/iOS, etc.).

@mickael-menu
Copy link
Member

We should remove || document.getElementById("iframe-wrapper").contentWindow.document.documentElement since it doesn’t add much to it, implementers dealing with iframes know they are using an iframe and the context is the contentDocument anyway.

I found this piece of code confusing, but it could still be useful to mention that properties need to be set on iframes' contentWindow, when used.

@JayPanoz
Copy link
Collaborator Author

Re i18n doc

Although the vast majority of the UX can be ltr, I’m noticing that vertical writing + the toc panel is an open question BTW.

In Requirements for Japanese Text Layout:

For example, the table of contents may contain small modifications. Furthermore, there are many examples of indexes with a different page format than the basic page format, and vertically set books often have indexes in horizontal writing mode and sometimes multiple columns.

They just mention indexes for ltr layout in vertical-rtl so I’m assuming Apple Books does the right thing by having the toc panel the same as the reading progression of the publication.

@JayPanoz
Copy link
Collaborator Author

Add this warning about Mongolian directly in docs.

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

2 participants