Skip to content

Commit b9d3780

Browse files
Apply suggestions from code review
Co-authored-by: Wendell Piez <[email protected]>
1 parent 478c012 commit b9d3780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/specifications/profile-resolution/profile-resolution-specml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ include-controls:
532532
</p>
533533
<section id="include-child-controls">
534534
<head>with-child-controls</head>
535-
<p>Child controls can be explicitly included using the selection directives above or include all of the descendant controls of a given control, with the <code>with-child-controls</code> flag. <code>with-child-controls</code> appears as a child object under a given inclusion directive and defines the behaviors listed below.</p>
535+
<p>When a control is selected, any child controls can be included by means the <code>with-child-controls</code> flag. This provides an alternative to selecting child or descendant controls explicitly by <code>id</code> or match. <code>with-child-controls</code> appears as a child object under a given inclusion directive and defines behaviors listed below.</p>
536536
<p><req level="must" id="req-with-child-controls-yes">A
537537
<src>with-child-controls: yes</src> directive on an
538538
<src>include-controls</src> indicates that
@@ -549,7 +549,7 @@ include-controls:
549549
</section>
550550
<section id="include-parent-controls">
551551
<head>with-parent-controls</head>
552-
<p>The the optional <src>with-parent-controls</src> flag defines behavior applicable to parents or ancestors (a parent's parent etc) of the included control, in cases of nested controls. <src>with-parent-controls</src> appears as a child object under a given inclusion directive and defines the behaviors listed below. Its semantics assume that nesting of controls indicates logical dependencies in catalogs must persist unless a profile specifically indicates otherwise.</p>
552+
<p>The the optional <src>with-parent-controls</src> flag defines behavior applicable to parents or ancestors (a parent's parent etc.) of the included control, in cases of nested controls. <src>with-parent-controls</src> appears as a child object under a given inclusion directive and defines the behaviors listed below. Its semantics assume that nesting of controls indicates logical dependencies in catalogs, which should be retained unless a profile specifically indicates otherwise.</p>
553553
<p><req level="must" id="req-with-parent-controls-yes">A
554554
<src>with-parent-controls: yes</src> directive on an
555555
<src>include-controls</src> indicates that

0 commit comments

Comments
 (0)