Skip to main content

Search

Items tagged with: testing


One of the (many) challenges in #testing the #Fediverse is that some of the standards say one thing, but what is widely implemented is another.

Example: RFC 7033, WebFinger, section 5, requires presence of a CORS header.

So far we've not seen any Fediverse application that actually does this. Arguably it's not needed in the Fediverse, but the standard says MUST.

So we can either have all applications fail that test or not test against the standard. Your thoughts?

https://www.rfc-editor.org/rfc/rfc7033#section-5


Just a test to see where this screenshot of Akkoma with a Nord-theme actually ends up being visible. Feel free to ignore.

#testing #akkoma #nordtheme


.@heydon shares how he uses recent advances in CSS to perform detailed HTML testing without JavaScript. The technique is useful for accessibility audits, and can be applied independently across stacks.

https://heydonworks.com/article/testing-html-with-modern-css/

Hat tip: @pablolarah #frontend #html #CSS #testing