Skip to content

Commit cc60682

Browse files
authored
add webcompat.dev webcomponent to homepage (#68)
* add webcompat.dev webcomponent to homepage * add post for webcompat * fix caniwebview naming * add webcompat.dev svg in readme
1 parent 818805c commit cc60682

5 files changed

Lines changed: 18 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ The WebView Compatibility Data Project is an initiative driven by the [WebView C
44
to [make machine-readable data more readily available for documentation platforms and other tools
55
](https://github.com/WebView-CG/charter/blob/04422d7cb3ecc80a7d0f6755135995a74deab64b/charter.md?plain=1#L26).
66

7+
![CanIWebView and other tools](https://webcompat.dev/assets/img/graphs/CanIWebView.svg)
8+
79
## Development
810

911
Prerequisites:

_posts/2025-10-15-CanIWebView-Apps-Now-Available.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Test Your Site in Real WebViews - CanIWebview for Android & iOS"
2+
title: "Test Your Site in Real WebViews - CanIWebView for Android & iOS"
33
date: 2025-10-15
44
---
55

_posts/2026-05-08-webcompat-dev.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "CanIWebView and more tools on webcompat.dev"
3+
date: 2026-05-08
4+
---
5+
6+
You might have noticed that the home page changed a little recently. It now shows where caniwebview.com get it's data from using the new info site [webcompat.dev](webcompat.dev). Many individuals, groups and organizations work together collecting data, documentation and more and building these awesome tools that describe the state of the web. CanIWebView is just one downstream consumer.
7+
8+
**Please check it out and contribute!**

pages/app.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="post">
77
<section>
88
<h2>What is this all about?</h2>
9-
<p>CanIWebview is an initiative driven by the
9+
<p>CanIWebView is an initiative driven by the
1010
<a href="https://www.w3.org/community/webview/">WebView CG</a>
1111
to make
1212
machine-readable compatability data on WebViews more readily available for documentation platforms and
@@ -25,7 +25,7 @@ <h2>BCD Collector</h2>
2525

2626
<p>
2727
You can use this app to run the <b><a
28-
href="https://mdn-bcd-collector.gooborg.com/">BCD collector</a></b> and help us collect data for CanIWebview and more sources.
28+
href="https://mdn-bcd-collector.gooborg.com/">BCD collector</a></b> and help us collect data for CanIWebView and more sources.
2929
</p>
3030

3131
</section>

pages/home.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
<h3>
77
<a href=" /about" class="about-button">What is a WebView?</a>
88
</h3>
9+
<script src="https://webcompat.dev/assets/js/tool-graph.js"></script>
10+
<tool-graph
11+
node-id="CanIWebView"
12+
data-base="https://webcompat.dev">
13+
</tool-graph>
914
<div class="homepage">
1015
<div class="block">
1116

0 commit comments

Comments
 (0)