You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: builtins/amp-ad.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### <aname=”amp-ad”></a> `amp-ad`
1
+
### <aname="amp-ad"></a> `amp-ad`
2
2
3
3
NOTE: The specification of `amp-ad` is likely to significantly evolve over time. The current approach is designed to bootstrap the format to be able to show ads.
Copy file name to clipboardexpand all lines: extensions/amp-anim/amp-anim.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ The `amp-anim` component is very similar to the `amp-image` element, and provide
24
24
25
25
The `amp-anim` component can also have an optional placeholder child, to display while the `src` file is loading. The placeholder is specified via the `placeholder` attribute:
Copy file name to clipboardexpand all lines: spec/amp-html-components.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ The height of the component. `width` and `height` attributes imply the aspect ra
125
125
126
126
**layout**
127
127
128
-
Defines the way the container is laid out. `layout=”responsive”` will let the container scale with the width of the parent container. `layout=”nodisplay”` indicates that the component should not be initially displayed by the runtime - for example, for an image that will appear in a lightbox when a trigger is tapped.
128
+
Defines the way the container is laid out. `layout="responsive"` will let the container scale with the width of the parent container. `layout="nodisplay"` indicates that the component should not be initially displayed by the runtime - for example, for an image that will appear in a lightbox when a trigger is tapped.
Extended components are versioned via [semver](http://semver.org/). The version is referenced explicitly (See $ELEMENT_VERSION above) when loading the component in the URL. It may have the value “latest”.
342
342
Changes to the PATCH version component (x in 1.1.x) must strictly maintain backward compatibility or fix urgent security issues.
343
343
344
-
AMP documents may only reference versions with one or two components. Version ”1” states “I accept every version of this component with major version 1”. Version “1.1” states “I accept every PATCH level of 1.1”. It is now allowed to explicitly reference the PATCH level in the version string.
344
+
AMP documents may only reference versions with one or two components. Version “1” states “I accept every version of this component with major version 1”. Version “1.1” states “I accept every PATCH level of 1.1”. It is now allowed to explicitly reference the PATCH level in the version string.
0 commit comments