비전 및 미션
Our vision is our north star we use to orient ourselves, and our mission describes the way we move into the direction of it.
비전
비전
언제까지나 사용자 중심의 강력한 오픈 웹.
& 미션
미션
Provide a user-first format for web content, supporting the long-term success of every web publisher, merchant, and advertiser.
설계 원칙
These design principles are meant to guide the ongoing design and development of AMP. They should help us make internally consistent decisions.
User Experience > Developer Experience > Ease of Implementation. When in doubt, do what’s best for the end user experience, even if it means that it’s harder for the page creator to build or for the library developer to implement.
더 빠른 가공의 미래 브라우저를 상정하여 설계하지 않습니다. We’ve chosen to build AMP as a library in the spirit of the EXTENSIBLE WEB MANIFESTO to be able to fix the web of today, not the web of tomorrow. AMP should be fast in today’s browsers. When certain optimizations aren’t possible with today’s platform, AMP developers should participate in standards development to get these added to the web platform.
웹을 손상시키지 않습니다. Ensure that if AMP has outages or problems it doesn’t hurt the rest of the web. That means if the Google AMP Cache, the URL API or the library fails it should be possible for websites to gracefully degrade. If something works with an AMP cache it should also work without a cache.
적합한 계층에서 문제를 해결합니다. E.g. don’t integrate things on the client side, just because that is easier, when the user experience would be better with a server side integration.
속도 개선에 도움이 되는 것에 집중합니다. Don’t introduce components or features to AMP that can’t reliably run at 60fps or hinder the instant load experience on today’s most common mobile devices.
Prioritise things that improve the user experience – but compromise when needed. Some things can be made fast and are still a terrible user experience. AMPs should deliver a fantastic user experience and speed is just one part of that. Only compromise when lack of support for something would stop AMP from being widely used and deployed.
화이트리스트 작성 안 함. We won’t give any special treatment to specific sites, domains or origins except where needed for security or performance reasons.