Caridy Patiño

Results 47 issues of Caridy Patiño

Custom elements and web components in general are a nightmare when it comes to accessibility, and we see this proposal as a possible solution. Still, we have questions: ### 1....

now that we have full support for `Intl` in all evergreen browsers, it is time to break this down into small pieces, so users can patch their runtime in any...

Now that nodejs 0.12, and iojs ships with Intl by default, the polyfilling process becomes a little bit messy. For info about this here: http://formatjs.io/guides/runtime-environments/#polyfill-node These is the piece of...

enhancement

We have plans to revamp this polyfill now that the ECMA 402 4th Edition - 2017 draft was cut, and it is pending to be approved. This issue covers most...

In the past, this polyfill worked fine with IE8. Currently, we are getting two issues in IE reported by travis, as a result, we get tons of failures during the...

bug

Features and Fixes: - [ ] trim pkg size (issue #199) - [x] single configuration options (issue #195 ) - [x] restoring regexp options (issue #196) - [x] improve bestFit...

this is related to issue https://github.com/andyearnshaw/Intl.js/issues/109 @andyearnshaw I have done some debugging on the issue described in issue #109, and here are some preliminary thoughts: When trying to format a...

depends on https://github.com/tc39/ecma402/issues/28

Today, the following list is remapped: ```js [ 'Object', 'Function', 'URIError', 'TypeError', 'SyntaxError', 'ReferenceError', 'RangeError', 'EvalError', 'Error', ] ``` But there are a lot more pieces that can be remapped...

enhancement