HE Shi-Jun

Results 543 comments of HE Shi-Jun

I found that `"\r"` works :-)

I remember this issue have already been discussed before, but can't find the link.

What is `` semantic? Normally only interactive controls could have focus.

> The current spec adds three new attributes for TV focus, but it is a one-dimension focus track As i understand, current CSS-nav draft already support two-dimension (up/down/left/right) nav.

> css-nav draft does not give us a way to decide whether a DOM node should be treated as a focusable element I think this is a undecided issue in...

@zhuyingda Maybe I'm misguided by the name "focusable-view", could u give me a link of doc for `` so I can figure out the precise usage of it?

@shaozj The name could be revised if u have other options. @zloirock I already give some concrete reasons why `splice` api is bad, could u share your thought about why...

@zloirock > We could say the same about any method that takes more than 2 argument and used not too often. You options does not looks better. Too many arguments...

As #88 , `TypedArray.p.toSpliced` also make the problem worse: it's either increase inconsistency in TypedArray (has `toSpliced` but no `splice`), or inconsistency between TypedArray and Array/Tuple (only have `Array/Tuple.p.toSpliced` but...