- 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.
- 軟件界面交互設計基礎
- Kinect for Windows SDK Programming Guide
- Python機器學習基礎教程
- Windows Phone 7.5:Building Location-aware Applications
- 軟件測試實用教程
- C和C++游戲趣味編程
- JavaScript程序設計:基礎·PHP·XML
- Moodle 3 Administration(Third Edition)
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- 官方 Scratch 3.0 編程趣味卡:讓孩子們愛上編程(全彩)
- DevOps 精要:業務視角
- 從“1”開始3D編程
- Microsoft Dynamics GP 2013 Cookbook
- Learning ECMAScript 6
- Beginning PHP