|
92 | 92 | { |
93 | 93 | "mdn_url": "/en-US/docs/Web/API/AbstractRange/startContainer", |
94 | 94 | "pageType": "web-api-instance-property", |
95 | | - "summary": "The read-only startContainer property of the AbstractRange interface returns the start Node for the range." |
| 95 | + "summary": "The read-only startContainer property of the AbstractRange interface returns the Node in which the start of the range is located." |
96 | 96 | }, |
97 | 97 | { |
98 | 98 | "mdn_url": "/en-US/docs/Web/API/AbstractRange/startOffset", |
@@ -23169,15 +23169,10 @@ |
23169 | 23169 | "pageType": "web-api-instance-method", |
23170 | 23170 | "summary": "The collapse() method of the Range interface collapses the\nRange to one of its boundary points." |
23171 | 23171 | }, |
23172 | | - { |
23173 | | - "mdn_url": "/en-US/docs/Web/API/Range/collapsed", |
23174 | | - "pageType": "web-api-instance-property", |
23175 | | - "summary": "The Range.collapsed read-only property returns a\nboolean flag indicating whether the start and end points of the\nRange are at the same position. It returns true if the start\nand end boundary points of the Range are the same point in the DOM,\nfalse if not." |
23176 | | - }, |
23177 | 23172 | { |
23178 | 23173 | "mdn_url": "/en-US/docs/Web/API/Range/commonAncestorContainer", |
23179 | 23174 | "pageType": "web-api-instance-property", |
23180 | | - "summary": "The Range.commonAncestorContainer read-only property\nreturns the deepest — or furthest down the document tree — Node that\ncontains both boundary points of the Range. This means that if\nRange.startContainer and Range.endContainer both refer to\nthe same node, this node is the common ancestor container." |
| 23175 | + "summary": "The Range.commonAncestorContainer read-only property\nreturns the deepest — or furthest down the document tree — Node that\ncontains both boundary points of the Range. This means that if\nstartContainer and endContainer both refer to\nthe same node, this node is the common ancestor container." |
23181 | 23176 | }, |
23182 | 23177 | { |
23183 | 23178 | "mdn_url": "/en-US/docs/Web/API/Range/compareBoundaryPoints", |
|
23209 | 23204 | "pageType": "web-api-instance-method", |
23210 | 23205 | "summary": "The Range.detach() method does nothing. It used to\ndisable the Range object and enable the browser to release associated\nresources. The method has been kept for compatibility." |
23211 | 23206 | }, |
23212 | | - { |
23213 | | - "mdn_url": "/en-US/docs/Web/API/Range/endContainer", |
23214 | | - "pageType": "web-api-instance-property", |
23215 | | - "summary": "The Range.endContainer read-only property returns the\nNode within which the Range ends. To change the end\nposition of a node, use the Range.setEnd() method or a similar one." |
23216 | | - }, |
23217 | | - { |
23218 | | - "mdn_url": "/en-US/docs/Web/API/Range/endOffset", |
23219 | | - "pageType": "web-api-instance-property", |
23220 | | - "summary": "The Range.endOffset read-only property returns a number\nrepresenting where in the Range.endContainer the Range\nends." |
23221 | | - }, |
23222 | 23207 | { |
23223 | 23208 | "mdn_url": "/en-US/docs/Web/API/Range/extractContents", |
23224 | 23209 | "pageType": "web-api-instance-method", |
|
23294 | 23279 | "pageType": "web-api-instance-method", |
23295 | 23280 | "summary": "The Range.setStartBefore() method sets the start position\nof a Range relative to another Node. The parent\nNode of the start of the Range will be the same as that\nfor the referenceNode." |
23296 | 23281 | }, |
23297 | | - { |
23298 | | - "mdn_url": "/en-US/docs/Web/API/Range/startContainer", |
23299 | | - "pageType": "web-api-instance-property", |
23300 | | - "summary": "The Range.startContainer read-only property returns the\nNode within which the Range starts. To change the start\nposition of a node, use one of the Range.setStart() methods." |
23301 | | - }, |
23302 | | - { |
23303 | | - "mdn_url": "/en-US/docs/Web/API/Range/startOffset", |
23304 | | - "pageType": "web-api-instance-property", |
23305 | | - "summary": "The Range.startOffset read-only property returns a number\nrepresenting where in the startContainer the Range starts." |
23306 | | - }, |
23307 | 23282 | { |
23308 | 23283 | "mdn_url": "/en-US/docs/Web/API/Range/surroundContents", |
23309 | 23284 | "pageType": "web-api-instance-method", |
|
28044 | 28019 | "pageType": "web-api-interface", |
28045 | 28020 | "summary": "The DOM StaticRange interface extends AbstractRange to provide a method to specify a range of content in the DOM whose contents don't update to reflect changes which occur within the DOM tree." |
28046 | 28021 | }, |
28047 | | - { |
28048 | | - "mdn_url": "/en-US/docs/Web/API/StaticRange/collapsed", |
28049 | | - "pageType": "web-api-instance-property", |
28050 | | - "summary": "The collapsed read-only property\nof the StaticRange interface returns true if the range's\nstart position and end position are the same." |
28051 | | - }, |
28052 | | - { |
28053 | | - "mdn_url": "/en-US/docs/Web/API/StaticRange/endContainer", |
28054 | | - "pageType": "web-api-instance-property", |
28055 | | - "summary": "The endContainer property of the StaticRange interface returns the end Node for the range." |
28056 | | - }, |
28057 | | - { |
28058 | | - "mdn_url": "/en-US/docs/Web/API/StaticRange/endOffset", |
28059 | | - "pageType": "web-api-instance-property", |
28060 | | - "summary": "The endOffset property of the StaticRange\ninterface returns the offset into the end node of the range's end position." |
28061 | | - }, |
28062 | | - { |
28063 | | - "mdn_url": "/en-US/docs/Web/API/StaticRange/startContainer", |
28064 | | - "pageType": "web-api-instance-property", |
28065 | | - "summary": "The read-only startContainer\nproperty of the StaticRange interface returns the start\nNode for the range." |
28066 | | - }, |
28067 | | - { |
28068 | | - "mdn_url": "/en-US/docs/Web/API/StaticRange/startOffset", |
28069 | | - "pageType": "web-api-instance-property", |
28070 | | - "summary": "The read-only startOffset\nproperty of the StaticRange interface returns the offset into the start\nnode of the range's start position." |
28071 | | - }, |
28072 | 28022 | { |
28073 | 28023 | "mdn_url": "/en-US/docs/Web/API/StaticRange/StaticRange", |
28074 | 28024 | "pageType": "web-api-constructor", |
|
41507 | 41457 | { |
41508 | 41458 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-padding", |
41509 | 41459 | "pageType": "css-shorthand-property", |
41510 | | - "summary": "The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element." |
| 41460 | + "summary": "The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container." |
41511 | 41461 | }, |
41512 | 41462 | { |
41513 | 41463 | "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-padding-block", |
|
0 commit comments