Skip to content

Commit 859dc08

Browse files
committed
[symfony#3075] Removing one nesting level from chapter - I'm going to use it in a second to nest something under forms
1 parent 7feaddd commit 859dc08

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

components/dom_crawler.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,8 @@ and :phpclass:`DOMNode` objects:
212212
$html .= $domElement->ownerDocument->saveHTML($domElement);
213213
}
214214

215-
Form and Link support
216-
~~~~~~~~~~~~~~~~~~~~~
217-
218-
Special treatment is given to links and forms inside the DOM tree.
219-
220215
Links
221-
.....
216+
~~~~~
222217

223218
To find a link by name (or a clickable image by its ``alt`` attribute), use
224219
the ``selectLink`` method on an existing crawler. This returns a Crawler
@@ -246,7 +241,7 @@ methods to get more information about the selected link itself::
246241
URI that you can act on.
247242

248243
Forms
249-
.....
244+
~~~~~
250245

251246
Special treatment is also given to forms. A ``selectButton()`` method is
252247
available on the Crawler which returns another Crawler that matches a button

0 commit comments

Comments
 (0)