<!doctype html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8">        <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9">               <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js">                      <!--<![endif]-->
<head>
    <meta charset="utf-8">

    <title>Baby bottle propping isn't just dangerous – it's a sign of a broken society</title>

    <link type="text/css" rel="stylesheet" href="/_assets/css/general/basic.css" />
    <link rel="canonical" href="https://www-2018.swansea.ac.uk/press-office/news-archive/2019/babybottleproppingisntjustdangerousitsasignofabrokensociety.php" /> 





<meta name="viewport" content="width=device-width, initial-scale=1.0;">
<meta property="su:page-type" content="News Item">
<meta property="su:section-id" content="119781">

    <script type="text/javascript" src="/_assets/vendor/enhance.js"></script>
    <script type="text/javascript">

        var SU =        {
                            customScripts: {
                                preRepositioning:  [],
                                postRepositioning: []
                            }
                        },

            dataLayer = [],

            styles =    [
                            '/_assets/css/general/desktop.css',
                            {
                                href: '/_assets/css/common/ie.css',
                                iecondition: 'all'
                            },
                            {
                                href: '/_assets/css/common/ie7.css',
                                iecondition: 7
                            },
                            {
                                href: '/_assets/css/common/ie8.css',
                                iecondition: 8
                            }
                        ],
        
            scripts =   [
                           '/_assets/js/common/modernizr-jquery.all.min.js'
                        ];
        

        

        

        scripts = scripts.concat([
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.js',
            '/_assets/vendor/jquery-plugins/cycle2/jquery.cycle2.swipe.js',
            '/_assets/vendor/jquery-plugins/auto-complete/jquery.auto-complete.js',
            '/_assets/vendor/mustache.js',
            '/_assets/js/common/console.js',
            '/_assets/js/common/su.js',
            '/_assets/js/common/su/http/link.js',
            '/_assets/js/common/jquery-plugins/jQuery.showCookieMessage.js',
            '/_assets/vendor/jquery-plugins/ba-throttle-debounce/jquery.ba-throttle-debounce.js',
            '/_assets/js/common/jquery-plugins/jQuery.initialiseNavigation.js',
            '/_assets/js/common/jquery-plugins/jQuery.inputClear.js',
            '/_assets/js/general/desktop/enhanceFooterLinks.js',
            '/_assets/js/general/desktop/jQuery.initialiseSplashGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseFeaturedGallery.js',
            '/_assets/js/general/desktop/jQuery.initialiseTabPods.js',
            '/_assets/js/general/desktop/jQuery.initialiseQuadSliders.js',
            '/_assets/js/general/desktop/jQuery.stripeTableRows.js',
            '/_assets/vendor/jquery-plugins/ba-bbq/jquery.ba-bbq.js',
            '/_assets/js/general/desktop/jQuery.initialiseExpanders.js',
            '/_assets/vendor/jquery-plugins/cookie/jquery.cookie.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.easing.1.3.js',
            '/_assets/vendor/jquery-plugins/jBreadCrumb/js/jquery.jBreadCrumb.1.1.js',
            '/_assets/js/general/desktop.js',
            '/_assets/js/precedent/coreFunctions.js'
        ]);

        enhance({
            loadStyles: styles,
            loadScripts: scripts,
            forcePassText: 'Enhanced version',
            forceFailText: 'Basic version'
        });
    </script>


</head>

<body id="content" class="layout-general-wrapper">
 

    <div id="general" class="layout-general">

        <!--noindex-->
        <div id="header" class="layout-header">
<h1 id="logo" class="logo">
    <span class="logo-text">Baby bottle propping isn't just dangerous – it's a sign of a broken society</span>
    <a id="logo-link" href="https://www.swansea.ac.uk/">

        <img class="logo-image" src="/_assets/images/precedent/logo.en.png" alt="Swansea University Logo" />

    </a>
</h1>
            <div id="skipToContent" class="skip-to-content">
                <a class="skip-to-content-link" tabindex="1" href="#content-items" title="skip to content">Skip to content</a>
            </div>

<div id="globalNavWrapper" class="header-links">
    <ul id="globalNav" class="header-links-list">
    
        <!-- navigation object : SU_audience navigation --><li class="header-links-list-item"><a href="http://myuni.swan.ac.uk/">Current Students</a></li><li class="header-links-list-item"><a href="https://staff.swansea.ac.uk/">Staff</a></li><li class="header-links-list-item"><a href="http://www.swanseauniversity.com.cn">&#20013;&#25991;</a></li>
        
        

    </ul>
</div>
            
            <div id="globalSearch" class="global-search-form">
<div class="global-search-form">
	<form action="https://www.swansea.ac.uk/search/">
	  <div>
	    <input type="hidden" name="c" value="swansea-web" />
	    <input
           id="global-search-form-q"
	       type="text"
	       name="q"
	       placeholder="Site Search"
	       size="31"
	       class="global-search-form-query"
	    />
	    <input class="global-search-form-submit" type="submit" value="GO" />
	  </div>
	</form>
</div>

<script class="register-custom-scripts">
(function () {
    SU.customScripts.postRepositioning.push(function () {
    
        var endpoint = 'https://swansea.funnelback.co.uk/s/suggest.json',

            unique = function(arr) {
                var hash = {}, result = [];
                for ( var i = 0, l = arr.length; i < l; ++i ) {
                    if ( !hash.hasOwnProperty(arr[i]) ) {
                        hash[ arr[i] ] = true;
                        result.push(arr[i]);
                    }
                }
                return result;
            },
            
            setHandler = function() {
                $('#global-search-form-q').off().autoComplete({
                    source: function(term, response) {
                        console.log("You typed [" + term + "]");
                        $.getJSON(
                            endpoint,
                            {
                                collection:    'swansea-web',
                                partial_query: term
                            },
                            function(data) {
                                response(unique(data));
                            }
                        );
                    }
                });
            };
    
        console.group('Initialising auto complete');
        window.setTimeout(function () {
            setHandler();
        }, 500);
        
        console.groupEnd();
    });
}());
</script>
            </div>
            
            <div id="naviBar" class="main-nav">
<!-- navigation object : SU_Main_Nav -->

            </div>
        </div>
        <!--endnoindex-->
        
        <div class="layout-container">
            <div id="main" class="layout-content">
                <div id="contentHeader" class="content-header">

                    <!--noindex-->
<div class="breadCrumbHolder module">
    <div class="breadCrumb module">
        <ul>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/" itemprop="url">
                    <span itemprop="title">Home</span>
                </a>
            </li>
            <li itemscope itemtype="http://data-vocabulary.org/Breadcrumb">
                <a href="https://www.swansea.ac.uk/press-office/" itemprop="url">
                    <span itemprop="title">Press Office</span>
                </a>
            </li>
	</ul>
    </div>
</div>
                    <!--endnoindex-->

                    <h1 class="content-header-heading">Baby bottle propping isn't just dangerous – it's a sign of a broken society</h1>
                </div>

                <div id="splash-items" class="layout-splash">
                </div>

                <!--noindex-->
                <div class="layout-content-nav">
                    <div id="secondaryNavWrapper"></div>
                </div>
                <!--endnoindex-->

                <div id="content-items" class="layout-content-items content-items">
                    <div class="layout-featured-items">
                    </div>

                    <div class="layout-article-items">
  <div class="news-item-fulltext">
<p style="padding: 1.5em; text-align: center; background-color: #ffc266; font-weight: bold">
    Please note, this page has been archived and is no longer being updated.
</p>
    <p class="news-item-summary">The following article by Dr Amy Brown of Swansea University was originally published by The Conversation.</p>

    <div class="news-item-content">
        <h1><img alt="File 20180327 109196 107wiec.jpg?ixlib=rb 1.1" src="https://images.theconversation.com/files/212264/original/file-20180327-109196-107wiec.jpg?ixlib=rb-1.1.0&amp;q=45&amp;auto=format&amp;w=754&amp;fit=clip" style="font-size: 12px;" /></h1>
<h1><span class="attribution" style="font-size: 12px;"><a class="source" href="https://www.shutterstock.com/image-photo/baby-bottle-on-white-background-97357565?src=msX-lxCttNRWbbzPNUEM1A-1-30">gresei/Shutterstock</a></span><span style="font-size: 12px;"><a href="https://theconversation.com/profiles/amy-brown-279356">Amy Brown</a>, <em><a href="http://theconversation.com/institutions/swansea-university-2638">Swansea University</a></em></span></h1>
<p>Bottle propping is a dangerous practice that goes back years. But it is now receiving increased attention as society tries to sell a &ldquo;solution&rdquo; for everything.</p>
<p>Feeding a baby with a bottle resting upright against something allows the milk to flow without the need for parental hands. And over the last few years, numerous devices that essentially make feeding a baby a hands free (human free?) activity have flooded the market. Promoted as enabling parents to get a break from the proposed monotony of caring for a baby, they sell a solution to a deeply ingrained but skirted around societal issue &ndash; that we simply do not value or care for new mothers.</p>
<p>Tragically, <a href="http://www.bbc.co.uk/news/uk-england-lincolnshire-43016506">bottle propping can be fatal</a>. Young babies may not have the head control or strength to move away from the flow of the milk that is being aided by gravity. Quite simply they can choke to death as they cannot escape from the milk, or inhale it as the bottle becomes displaced.</p>
<p>There is also the very real risk that babies simply end up consuming too much milk if it keeps flowing. Research has shown how <a href="http://pediatrics.aappublications.org/content/87/6/829.short">babies take more milk from a bottle</a> than they do when they breastfeed (one reason why bottle fed babies can be at a <a href="http://pediatrics.aappublications.org/content/125/6/e1386">higher risk of being overweight</a>) and this increases if they are <a href="http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0054229">encouraged to take more</a> &ndash; as a propped bottle would &ldquo;encourage&rdquo; them to do.</p>
<p>Yes, an older baby might be able to move their head away, but at what stage? When they&rsquo;ve had enough? Or when they really can&rsquo;t stand any more? Small extra amounts of milk every day matter. Those few extra calories can turn into extra kilos over the months. And encouraging a baby to keep feeding when they are full can also interfere with <a href="https://onlinelibrary.wiley.com/doi/full/10.1111/j.2047-6310.2012.00071.x">their ability to control their appetite</a> later on.</p>
<p>Then there is the inescapable fact that having a bottle propped into your mouth when you can&rsquo;t remove it can&rsquo;t be the nicest feeding experience. Feeding is about so much more than nutrition. Holding a baby warm and close while being fed is a big part of them feeling secure and loved. It&rsquo;s no coincidence that the <a href="https://www.parents.com/baby/development/physical/understanding-your-babys-developing-vision/">sight range of newborn babies</a> is pretty much perfect to reach their parents eyes at the angle that they would be held for a feed. Skin to skin contact is ideal when possible during feeds, but just the fact that the baby is being fed by a human being increases oxytocin, <a href="https://www.healthymummy.com/huge-benefits-cuddling-baby-often-reveals-new-study/">helping calm them</a> and create general all round lovely feelings.</p>
<p>And no, you don&rsquo;t need to stare endlessly into a baby&rsquo;s eyes at every feed, but there is a vast gulf between that and not even holding a baby.</p>
<p><img alt="" src="https://images.theconversation.com/files/212268/original/file-20180327-109185-1jsbjbz.jpg?ixlib=rb-1.1.0&amp;q=45&amp;auto=format&amp;w=754&amp;fit=clip" /> <span class="caption">Hungry but happy.</span> <span class="attribution"><a class="source" href="https://www.shutterstock.com/image-photo/young-mother-home-feeding-their-new-150594026?src=jUsCX2mVIhqDTJgB2IsoMQ-1-66">MJTH/Shutterstock</a></span></p>
<p>But my real question is: how did we get to a stage where these devices are needed? You can understand their appeal. We now have so many parents who are <a href="https://www.telegraph.co.uk/science/2017/11/06/parenthood-leaves-half-mother-fathers-feeling-lonely/">pretty much doing this on their own</a>. Yes, they might have a partner, but they&rsquo;re often at work all day. Yes, they might have visitors, but how many are there just to coo over the baby rather than do anything useful such as cook a meal, do the washing up, or anything else that might actually help a new mother feel more relaxed? Rates of <a href="https://www.sciencenews.org/article/postpartum-depression-scientific-research-mothers">postnatal depression</a> are soaring. So many new mothers feel isolated and alone. The <a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1365-2648.2004.02991.x/full">stress and sheer exhaustion</a> of trying to manage everything on your own, day after day, can be overwhelming.</p>
<p>How on earth have we got to the point where bottle propping is the solution? Why are we ignoring the needs of our new mothers? Why are new mothers literally the ones left holding the baby, day in, day out? Having a new baby is always going to be a huge change. But it doesn&rsquo;t need to be like this.</p>
<p>There needs to be <a href="https://ihv.org.uk/wp-content/uploads/2015/08/iHV-Response-to-the-Shape-of-Caring-Review-October-2015.pdf">proper postnatal support</a> for new mothers. Professionals who are given the time and the training to identify issues and advise on options. We need partners to have <a href="https://www.theguardian.com/money/2011/jul/19/norway-dads-peternity-leave-chemin">extended, well-paid leave</a> (and indeed in places such as the US, even giving mothers this <a href="https://www.washingtonpost.com/news/wonk/wp/2018/02/05/the-worlds-richest-countries-guarantee-mothers-more-than-a-year-of-paid-maternity-leave-the-u-s-guarantees-them-nothing/">proper extended well-paid leave</a> would be a start).</p>
<p>There need to be support networks. No mother should be doing this alone. We should track down where the &ldquo;village&rdquo; &ndash; that extended network of family and friends which share responsibility for raising a child &ndash; went to and <a href="https://www.huffingtonpost.co.uk/katharine-hill/it-takes-a-village-to-rai_3_b_12261128.html">recreate it</a>. There must be a <a href="https://www.pbs.org/newshour/science/sleep-study-shows-new-moms-dangerously-exhausted-months">recognition of how isolating and exhausting</a> caring for a baby can be &ndash; and a system in place to catch mothers before they fall.</p>
<p>We need to <a href="https://www.huffingtonpost.co.uk/amy-brown/mothering-the-mother-the-_b_18317834.html">mother our new mothers</a>, so that mothering with your sanity intact isn&rsquo;t an insurmountable challenge.</p>
<p><img alt="The Conversation" height="1" src="https://counter.theconversation.com/content/94055/count.gif?distributor=republish-lightbox-basic" width="1" />And finally, these devices should be recognised for what they represent &ndash; a breaking point, a plea for help. Governments must put their money where their mouths are and <a href="https://www.ncbi.nlm.nih.gov/pubmed/28744924">invest in repairing and supporting a future</a> that is balancing on the edge of being truly broken.</p>
<p><span><a href="https://theconversation.com/profiles/amy-brown-279356">Amy Brown</a>, Professor of Child Public Health, <em><a href="http://theconversation.com/institutions/swansea-university-2638">Swansea University</a></em></span></p>
<p><img src="/media/conversation-logo-3ef91e0a2031c5d9350f37bac3cf5273ef6da3660ffaf7c422b9695f09b6f171.png"
alt="The Conversation " title="The Conversation " /></p>
<p>This article was originally published on <a href="http://theconversation.com">The Conversation</a>. Read the <a href="https://theconversation.com/baby-bottle-propping-isnt-just-dangerous-its-a-sign-of-a-broken-society-94055">original article</a>.</p>
    </div>

    <ul class="news-item-post-info-container vcard">
        <li class="news-item-post-info author">
           Posted by
            <span class="fn">Delyth Purchase</span>
            &lt;<a class="email" href="mailto:d.purchase@swansea.ac.uk">d.purchase@swansea.ac.uk</a>&gt;
        </li>

        <li class="news-item-post-info">
            <a href="/press-office/news-archive/2019/babybottleproppingisntjustdangerousitsasignofabrokensociety.php" rel="bookmark">
                <abbr class="published" title="2018-03-28T16:18:00+01:00">Wednesday 28 March 2018 16.18 BST</abbr>
            </a>
        </li>

        <li class="news-item-post-info updated-container">
            <abbr class="updated" title="2019-09-10T11:21:56+01:00">Tuesday 10 September 2019 11.21 BST</abbr>
        </li>

        <li class="news-item-post-info">
        	<span class="fn org">Swansea University</span>
        </li>
    </ul>

</div>

                    </div>

                    <div class="layout-related-items">
                    </div>
                </div>


            </div>

            <!--noindex-->
            <div id="footer" class="layout-footer">
                <ul id="footerLinks" class="footer-links">
<!-- navigation object : SU_footer navigation --><li class="footer-links-list-item"><a href="/the-university/contact/">Contact Us</a></li><li class="footer-links-list-item"><a href="/personnel/jobs/">Jobs</a></li><li class="footer-links-list-item"><a href="/the-university/colleges/">Colleges</a></li><li class="footer-links-list-item"><a href="/press-office/">Press</a></li><li class="footer-links-list-item"><a href="https://www.swansea.ac.uk/about-us/safety-and-security/health-and-safety/">Health &amp; Safety</a></li><li class="footer-links-list-item"><a href="/includes/footer/disclaimer-and-copyright/">Disclaimer &amp; Copyright</a></li><li class="footer-links-list-item"><a href="/includes/footer/site-map/">Site map</a></li><li class="footer-links-list-item"><a href="/includes/footer/privacyandcookies/">Privacy and Cookies</a></li><li class="footer-links-list-item"><a href="http://www.swan.ac.uk/course-search/">Course Search</a></li>
                </ul>

                <div id="footerDisclaimer" class="footer-disclaimer">
                    <p class="footer-disclaimer-text">Swansea University is a registered charity. No. 1138342.</p>
                </div>
            </div>
            <!--endnoindex-->

        </div>

    </div>


<script id="desktop-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <div class="skip-to-content" id="skipToContent">
            {{{ skipToContent }}}
        </div>

        <h1 id="logo" class="logo">
            {{{ logo }}}
        </h1>

        <div id="globalNavWrapper" class="header-links">
            <ul id="globalNav" class="header-links-list">
                {{{ globalNav }}}
            </ul>
        </div>

        <div id="globalSearch" class="global-search-form">
            {{{ globalSearch }}}
        </div>
                    
        <div id="naviBar" class="main-nav">
            <ul id="mainNav" class="main-nav-list">
                {{{ mainNav }}}
            </ul>
        </div>
    </div>

</script>


<script id="mobile-header-template" type="text/x-tmpl-mustache">

    <div id="header" class="layout-header">
        <span class="layout-menu-bar">
            <a id="layout-menu-bar-toggle" class="layout-menu-bar-toggle" href="#">{{mobile.linksText}}</a>
        </span>

        <a id="logo-link" href="{{mobile.logoLinkHref}}">
            <img class="logo-image" alt="{{mobile.logoAlt}}" src="{{mobile.logoSrc}}" />
        </a>
    </div>

</script>


<script id="desktop-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="secondaryNavWrapper">
             <ul id="secondaryNav" class="content-nav content-nav-items">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="mobile-menu-template" type="text/x-tmpl-mustache">

    <div class="layout-content-nav">
        <div id="globalNavWrapper">
            {{{globalNav}}}
        </div>

        <div id="naviBar">
            {{{mainNav}}}
        </div>

        <div id="secondaryNavWrapper">
             <ul id="secondaryNav">
                 {{{secondaryNav}}}
             </ul>
         </div>
    </div>

</script>


<script id="desktop-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">

        <ul class="tabs-item-list">
{{#tabs}}
            <li class="tabs-item-list-tab-item tabs-pod-tabs-tab-heading">
                <a class="tabs-item-list-tab-item-link" href="#">{{ tabHeading }}</a>
            </li>
{{/tabs}}
        </ul>

{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <div class="tabs-pod-tabs-tab-content">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}

    </div>

</script>


<script id="mobile-tabs-pod-template" type="text/x-tmpl-mustache">

    <h2 class="tabs-pod-title">{{ podTitle }}</h2>
    <div class="tabs-pod-tabs">
{{#tabs}}
        <div class="tabs-pod-tabs-tab">
            <h3 class="tabs-pod-tabs-tab-heading is-collapsed">
                <a href="#">{{ tabHeading }}</a>
            </h3>
            <div class="tabs-pod-tabs-tab-content" style="display: none">
                {{{ tabContent }}}
            </div>
        </div>
{{/tabs}}
    </div>

</script>


</body>

</html>
