|
8322 | 8322 | { |
8323 | 8323 | "mdn_url": "/en-US/docs/Web/API/Element/setAttribute", |
8324 | 8324 | "pageType": "web-api-instance-method", |
8325 | | - "summary": "The setAttribute() method of the Element interface sets the value of an attribute on the specified element. If the attribute already exists, the value is updated; otherwise a new attribute is added with the specified name and value." |
| 8325 | + "summary": "The setAttribute() method of the Element interface sets the value of an attribute on the specified element.\nIf the attribute already exists, the value is updated; otherwise a new attribute is added with the specified name and value." |
8326 | 8326 | }, |
8327 | 8327 | { |
8328 | 8328 | "mdn_url": "/en-US/docs/Web/API/Element/setAttributeNode", |
|
8337 | 8337 | { |
8338 | 8338 | "mdn_url": "/en-US/docs/Web/API/Element/setAttributeNS", |
8339 | 8339 | "pageType": "web-api-instance-method", |
8340 | | - "summary": "setAttributeNS adds a new attribute or changes the value of an attribute\nwith the given namespace and name." |
| 8340 | + "summary": "If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead." |
8341 | 8341 | }, |
8342 | 8342 | { |
8343 | 8343 | "mdn_url": "/en-US/docs/Web/API/Element/setCapture", |
@@ -39467,12 +39467,12 @@ |
39467 | 39467 | { |
39468 | 39468 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-range-end", |
39469 | 39469 | "pageType": "css-property", |
39470 | | - "summary": "The animation-range-end CSS property is used to set the end of an animation's attachment range along its timeline, i.e., where along the timeline an animation will end." |
| 39470 | + "summary": "The animation-range-end CSS property sets the point on the timeline where an animation should end." |
39471 | 39471 | }, |
39472 | 39472 | { |
39473 | 39473 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-range-start", |
39474 | 39474 | "pageType": "css-property", |
39475 | | - "summary": "The animation-range-start CSS property is used to set the start of an animation's attachment range along its timeline, i.e., where along the timeline an animation will start." |
| 39475 | + "summary": "The animation-range-start CSS property sets the point on the timeline where an animation should start." |
39476 | 39476 | }, |
39477 | 39477 | { |
39478 | 39478 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-timeline", |
|
41512 | 41512 | { |
41513 | 41513 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-axis", |
41514 | 41514 | "pageType": "css-property", |
41515 | | - "summary": "The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation animation, which is progressed through by scrolling a scrollable element (scroller)." |
| 41515 | + "summary": "The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller)." |
41516 | 41516 | }, |
41517 | 41517 | { |
41518 | 41518 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-name", |
|
0 commit comments