- AMP:Building Accelerated Mobile Pages
- Ruadhan O'Donoghue
- 170字
- 2021-07-08 10:04:00
Fixing AMP validation errors
To keep things simple, we'll use the developer console validator for most of this book because it works without having to install anything. This makes it the easiest approach to get started with.
If you haven't already activated the AMP validator, then do it now by adding the fragment #development=1 to the end of your URL and reload the page with the developer tools console open. Your URL will be something like this:
https://theampbook.com/ch2/news.amp.html#development=1
You should see a list of errors similar to those in the previous images. Each validation error includes three important pieces of information:
- The filename in which the error occurred
- The line number and character number of the error
- A description of the error
We can use this information to pinpoint in the AMP-HTML markup where the error occurred.
Although it looks like we have a lot of errors, most of these are related to the required boilerplate we saw in the last chapter, so we know how to fix them already.
- ClickHouse性能之巔:從架構設計解讀性能之謎
- Kubernetes實戰
- Visual FoxPro程序設計教程(第3版)
- The Modern C++ Challenge
- Photoshop智能手機APP UI設計之道
- Android 9 Development Cookbook(Third Edition)
- Scratch 3.0少兒編程與邏輯思維訓練
- 用Flutter極速構建原生應用
- Mastering KnockoutJS
- Java 11 Cookbook
- SQL Server與JSP動態網站開發
- SQL 經典實例
- JavaScript+jQuery網頁特效設計任務驅動教程
- PhoneGap 4 Mobile Application Development Cookbook
- Secret Recipes of the Python Ninja