91³Ô¹ÏÍø

Watch CBS News

Autism risk increases with air pollution exposure, study finds

Exposure to air pollution during pregnancy may increase the likelihood a child will develop autism, according to a new study.

"Although additional research to replicate these findings is needed, the public health implications of these findings are large because air pollution exposure is common and may have lasting neurological effects," wrote the study's authors led by Dr. Heather E. Volk, an assistant professor of preventive medicine at the University of Southern California in Los Angeles.

The study was published Nov. 26 in

About one in 88 U.S. children develops an autism spectrum disorder, which is characterized by significant social, communication and behavioral challenges. While there is no known cause or cure for the disorder, scientists say genetic, biological or environmental influences may raise risk for the disorder.

To examine whether environment played a role in autism risk, USC researchers compared 279 children with autism to a control group of 245 typically-developing children. They analyzed air quality data from the Environmental Protection Agency (EPA) and compared that to the mothers' addresses to estimate exposure to air pollution during each trimester and the first year of birth.

The researchers found that kids who were exposed to highest levels of traffic-related air pollution were three times more likely to have autism compared with children living in homes with the lowest exposure. Autism risk was also increased for children who were exposed to higher levels of particulate matter and nitrogen dioxide.

Nitrogen dioxide comes from gas stoves, heaters and tobacco smoke, according to the . Particulate matter is a term used to describe solid and liquid droplets found in the air that may include dust from roads, soot from combustion sources and particles formed from gas emissions.

"There is evidence that the immune system might be associated with autism, and pollution affects these same pathways," Volk told .

The study, however, only showed an association -- not a cause-and-effect link.A previous December 2010 study by Volk and colleagues found children whose mothers were living within 1,000 feet of a freeway when they gave birth were more likely to develop autism.

An expert not involved with the study was less convinced of a link.

"As much as it would be perhaps attractive to find a single cause for autism, the reality is there are many different causes," including genetic factors, Dr. Andrew Adesman, chief of developmental and behavioral pediatrics at Steven & Alexandra Cohen Children's Medical Center of New York in New Hyde Park, N.Y., told . He added that many children don't live near a major highway.

In an published in the same journal, Dr. Geraldine Dawson, chief science officer for Autism Speaks, noted that a recent rises in autism prevalence correspond with a rise in research on the disorder, highlighting the need for more answers on autism's causes.

"These articles point to an urgent need for more research on prenatal and early postnatal brain development in autism, with a focus on how genes and environmental risk factors combine to increase risk," wrote Dawson, who is also professor at the University of North Carolina at Chapel Hill. "Despite a substantial increase in autism research publications and funding during the past decade, we have not yet fully described the causes of ASD or developed effective medical treatments for it."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=50747257b890e014813016b79ece0fb2'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });