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

We need to expose line direction coordinate as a property #59

Open
rniwa opened this issue Aug 23, 2015 · 2 comments
Open

We need to expose line direction coordinate as a property #59

rniwa opened this issue Aug 23, 2015 · 2 comments
Labels

Comments

@rniwa
Copy link
Contributor

rniwa commented Aug 23, 2015

For block-direction caret movements, we need to expose a property that specifies where the caret movement had started vertically.

@yosinch
Copy link

yosinch commented Mar 16, 2016

Could you explain of meaning "line direction coordinate"? Did you mean "inline base direction" defined in CSS writing mode spec[1]?

Caret movement and extending selection (moving focus boundary point) should follow "Abstract-to-Physical Mappings" in [1]. This implies change or specify Selection.modify() behavior.

[1] https://drafts.csswg.org/css-writing-modes/

@rniwa
Copy link
Contributor Author

rniwa commented Mar 16, 2016

Yes, line direction = x in horizontal writing mode and y in vertical writing mode.

@rniwa rniwa added the NewAPI label Aug 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants