Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/brython-dev/brython
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuentel committed Apr 21, 2021
2 parents 04d39b8 + fb27b60 commit 2d234bc
Show file tree
Hide file tree
Showing 11 changed files with 432 additions and 860 deletions.
9 changes: 7 additions & 2 deletions www/doc/en/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,13 @@ read + write</th>
</tr>

<tr>
<td>*children*</td><td>list</td><td>the element's children in the document
tree</td><td>R</td>
<td>*children*</td><td>list</td><td>the element's children of type element (not text)</td>
<td>R</td>
</tr>

<tr>
<td>*child_nodes*</td><td>list</td><td>the element's children of any type</td>
<td>R</td>
</tr>

<tr>
Expand Down
6 changes: 5 additions & 1 deletion www/doc/fr/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,11 @@ Par commodité, Brython définit un certain nombre de propriétés et de méthod
</tr>

<tr>
<td>*children*</td><td>liste</td><td>les éléments "descendants" de l'élément</td><td>L</td>
<td>*children*</td><td>liste</td><td>les "enfants" de l'élément qui sont de type élément (pas texte)</td><td>L</td>
</tr>

<tr>
<td>*child_nodes*</td><td>liste</td><td>les "enfants" de l'élément de tout type</td><td>L</td>
</tr>

<tr>
Expand Down
Loading

0 comments on commit 2d234bc

Please sign in to comment.