webf-api-compatibility

Installation
SKILL.md

WebF API & CSS Compatibility

Note: WebF development is nearly identical to web development - you use the same tools (Vite, npm, Vitest), same frameworks (React, Vue, Svelte), and same deployment services (Vercel, Netlify). This skill covers one of the 3 key differences: checking API and CSS compatibility before implementation. The other two differences are async rendering and routing.

WebF is NOT a browser - it's a Flutter application runtime that implements W3C/WHATWG web standards. This means some browser APIs are not available, and some CSS features work differently.

This skill helps you quickly check what's supported and find alternatives for unsupported features.

Quick Compatibility Check

When asked about a specific API or CSS feature, I will:

  1. Check if it's in the supported list
  2. Provide the compatibility status (✅ Supported, ⏳ Coming Soon, ❌ Not Supported)
  3. Explain why it's not supported (if applicable)
  4. Suggest alternatives or workarounds

JavaScript & Web APIs

Related skills

More from openwebf/webf

Installs
13
Repository
openwebf/webf
GitHub Stars
2.5K
First Seen
Jan 25, 2026