Marco Segreto

Results 19 comments of Marco Segreto

So the primary negative I hear about web components is they generally don't work without JavaScript. Is this incorrect information? What would it take to make a web component work...

There's a pretty similar discussion to this going on here: https://github.com/18F/web-design-standards/issues/992 I'm leaning towards the opinion that you shouldn't touch base font size (leaving it at 100%) and just deal...

Some research on what other sites and style libraries are doing: - [Salesforce Lightning design](https://www.lightningdesignsystem.com/): `100%` on ``, `875rem` on `` - [Bootstrap](http://getbootstrap.com/): `10px` on ``, `14px` on `` -...

18F/Gov: - [18f](https://18f.gsa.gov/) none on ``, `1em` on `` - [CAP](https://cap.18f.gov/) `10px` on ``, `16pt` on `` - [CALC](https://calc.gsa.gov/) `62.5%` on ``, `1.5em` on `` - [MyRA](https://myra.gov/) `18px` on ``,...

Thats an interesting idea: have each component set it's own font-size and then have all measurements in the component be `em` so it won't break when the `html` font size...

I'm also not sure I like the solution of using `em`s on one style library and `rem`s on another just to ensure they can work with each other. I think...

The solution here could even be more brute force: set a standard across 18F and create tools to make it easier to modify all your existing font sizes in your...

Next steps: we have to determine the accessibility concerns with setting a global font size in px and in % (they might have different concerns). This will likely mean more...

Starting to do research here, is there a reason we'd want to grant every 18f team member ownership, or could we just give the 18f-devops npm account ownership, and the...

On top of that, I think packages should be scoped to 18f if they should be specific to 18f code, such as a linter configuration or generic front end components,...