Bruce Blaser
Bruce Blaser
@Srisuma13 Well, I'm not sure an actual solution has been decided on this yet since I'm the only one who has commented on this. I'm kind of surprised that this...
According to [Can I Use](https://caniuse.com/css-overflow), support for `overflow: clip` has only been enabled by default for the latest version of Safari (16.0). So I think a lot of Safari users...
I'm going to make another suggestion. Perhaps we should just get rid of this step completely? According to MDN, the only valid value for `charset` is `UTF-8`. The W3C validator...
Ya, you're right, we should teach it because it seems to be the accepted best practice.
The following also mistakenly pass: ``` .quote::before{ content: ' "'; } ``` Notice that the space is before the double quote instead of after it. ``` .quote::after{ content: '" ';...
[Font Awesome's own docs](https://fontawesome.com/docs/web/add-icons/how-to#add-icons-to-html) give `span` as an alternative to `i` for adding an icon. But from what I can tell, almost all of their documentation uses `i`, so this...
> The `class` syntax replaces the constructor function I think this is the potentially confusing part. The `class` example has a `constructor` method, but I'm guessing a lot of people...
Hey @ojeytonwilliams, I have a question about the following behavior: - Open Cat Photo App Step 2 - Restart step if needed to get default HTML back - Add ``...
@ojeytonwilliams This is working well with Firefox/NVDA but not with Chrome/JAWS :frowning_face: JAWS is announcing the previous error/hint before it announces the current message each time you check your code....
@ojeytonwilliams Dang, I'm still having the same issue :frowning_face: I'll play around with it and see if I can pinpoint where the issue is.