CANLI
Ana Sayfa🇹🇷 Türkiye🌍 Dünya📈 Ekonomi⚽ Spor💻 Teknoloji🎭 Magazin
Ana SayfaDünyaDemocrat Xavier Becerra advances to gene
🌍 Dünya

Democrat Xavier Becerra advances to general election in race for California governor

AP News World·🕐 58 dk önce·👁 2 görüntülenme
Democrat Xavier Becerra advances to general election in race for California governor
California gubernatorial candidate Xavier Becerra speaks during an election night event Tuesday, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong) 2026-06-05T23:51:54Z SACRAMENTO, Calif. (AP) — Democrat Xavier Becerra advanced to the general election for California governor Friday after pitching himself as an experienced choice to lead the nation’s most populous state and succeed Democratic Gov. Gavin Newsom. Becerra leaned on his more than 35 years in public office, including as state attorney general and U.S. health secretary, to argue that he was the most qualified candidate in a crowded field. “The people of the great state of California, in the greatest nation on earth, have spoken — loudly and proudly,” Becerra said in a statement. “We are never backing down. November, here we come.” It was not yet clear who Becerra would face in the general election. His top rivals came down to Republican Steve Hilton, a former Fox News commentator backed by President Donald Trump, and Democrat Tom Steyer, a billionaire climate activist who poured $215 million of his own money into his campaign. Born and raised in Sacramento by Mexican immigrant parents, Becerra has a wife and three daughters. He has said his family’s immigrant background mirrored his “underdog” gubernatorial campaign, in which he initially failed to garner substantial support before surging in the final months. After one of the top Democratic contenders, Rep. Eric Swalwell, was accused of sexual assault and dropped out of the race, Becerra benefited from an opening to coalesce Democratic support. He quickly racked up key endorsements from labor groups and Latino legislative leaders. /* Desktop-first: fully collapse by default */ #ap-readmore-embed { display: none; margin: 0; padding: 0; height: 0; min-height: 0; overflow: hidden; text-align: center; position: relative; z-index: 2; } /* Only show on mobile */ @media (max-width: 767px) { #ap-readmore-embed { display: block; margin: 28px 0; height: auto; overflow: visible; } } #ap-readmore-embed .ap-readmore-btn { appearance: none; -webkit-appearance: none; border: 0; background: #000; color: #fff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border-radius: 999px; font-family: inherit, "AP Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.2px; line-height: 1; box-shadow: 0 10px 18px rgba(0,0,0,0.12); transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; position: relative; z-index: 3; } #ap-readmore-embed .ap-readmore-btn:hover { transform: translateY(-1px); box-shadow: 0 14px 22px rgba(0,0,0,0.16); } #ap-readmore-embed .ap-readmore-btn:active { transform: translateY(0); box-shadow: 0 10px 18px rgba(0,0,0,0.12); opacity: 0.95; } #ap-readmore-embed .ap-readmore-btn:focus-visible { outline: 3px solid rgba(228, 0, 43, 0.35); outline-offset: 3px; } #ap-readmore-embed .ap-readmore-icon { width: 10px; height: 10px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); margin-top: -2px; } #ap-readmore-embed .ap-readmore-fade { display: none; height: 48px; margin-top: -48px; pointer-events: none; background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); } Read More (function () { var APRM_EMBED_ID = "ap-readmore-embed"; var APRM_MOBILE_MQ = "(max-width: 767px)"; function APRM_onReady(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } APRM_onReady(function () { var APRM_embedEl = document.getElementById(APRM_EMBED_ID); if (!APRM_embedEl) return; // 🚨 DESKTOP: remove entire module wrapper and bail early if (!window.matchMedia(APRM_MOBILE_MQ).matches) { var APRM_rootModule = APRM_embedEl.closest(".HTMLModuleEnhancement") || APRM_embedEl.closest(".HtmlModule"); if (APRM_rootModule && APRM_rootModule.parentNode) { APRM_rootModule.parentNode.removeChild(APRM_rootModule); } else if (APRM_embedEl.parentNode) { APRM_embedEl.parentNode.removeChild(APRM_embedEl); } return; // stop the rest of the script from running } }); })(); (function () { var EMBED_ID = "ap-readmore-embed"; var BTN_ID = "apReadMoreBtn"; var FADE_ID = "apReadMoreFade"; var STOP_SELECTOR = ".Page-below"; var SIGN_IN_GATE_SELECTOR = ".sign-in-gate-content"; var HIDDEN_ATTR = "data-ap-readmore-hidden"; var MOBILE_MQ = "(max-width: 767px)"; function ready(fn) { if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", fn); } else { fn(); } } function isElementNode(n) { return n && n.nodeType === 1; } function cancelEvent(e) { if (!e) return; if (typeof e.preventDefault === "function") e.preventDefault(); if (typeof e.stopPropagation === "function") e.stopPropagation(); if (typeof e.stopImmediatePropagation === "function") e.stopImmediatePropagation(); e.cancelBubble = true; e.returnValue = false; } function collapseDesktopEmbed(embed) { if (!embed) return true; if (!window.matchMedia(MOBILE_MQ).matches) { var maybeWrappers = [ embed.parentElement, embed.closest(".html-embed"), embed.closest("[data-type='htmlembed']"), embed.closest("[class*='embed']"), embed.closest("[class*='Embed']") ].filter(Boolean); embed.style.display = "none"; embed.style.margin = "0"; embed.style.padding = "0"; embed.style.height = "0"; embed.style.minHeight = "0"; embed.style.overflow = "hidden"; maybeWrappers.forEach(function (el) { el.style.margin = "0"; el.style.padding = "0"; el.style.height = "0"; el.style.minHeight = "0"; el.style.overflow = "hidden"; }); if (embed.parentNode) { embed.parentNode.removeChild(embed); } return true; } return false; } ready(function () { var embed = document.getElementById(EMBED_ID); var btn = document.getElementById(BTN_ID); var fade = document.getElementById(FADE_ID); if (!embed || !btn) return; if (collapseDesktopEmbed(embed)) return; var signInGate = document.querySelector(SIGN_IN_GATE_SELECTOR); if (signInGate) { embed.innerHTML = ""; return; } // — Analytics: impression when embed enters viewport — if ("IntersectionObserver" in window) { var io = new IntersectionObserver(function (entries, observer) { if (entries[0].isIntersecting) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ event: "ap_readmore_impression" }); observer.disconnect(); } }, { threshold: 0 }); io.observe(btn); } var stopEl = document.querySelector(STOP_SELECTOR); if (!stopEl) return; var rootCandidates = [ embed.closest(".Page"), embed.closest("article"), embed.closest("main"), document.body ].filter(Boolean); var root = rootCandidates.find(function (c) { return c.contains(stopEl); }) || document.body; var all = root.getElementsByTagName("*"); var hidden = []; for (var i = 0; i Becerra has vowed to maintain the state’s mantle as a chief antagonist to President Donald Trump. As attorney general, he filed more than 120 legal actions against the first Trump administration on everything from immigration to climate policy. The president has also been in a spat with the state over its drawn-out vote count. Trump made baseless claims about mass fraud Thursday, and on Friday, federal prosecutors said they opened investigations into allegations of election fraud. Hilton called for California to limit mail ballots to those who request them, rather than sending them to all registered voters. During the campaign, Becerra’s rivals scrutinized his leadership as health secretary during the COVID-19 pandemic and the unaccompanied migrant children crisis in 2021, when Becerra’s Department of Health and Human Services was responsible for shelters where they were housed. Some of them were criticized as having inadequate living conditions, and there were also concerns about authorities failing to thoroughly vet sponsors with whom some children were placed. If elected, Becerra said, he would declare states of emergency to address high energy costs and housing shortages and to freeze home insurance rates. Though California is one of the nation’s most diverse states, Becerra would be the first Latino to hold the office since the late 1800s. Newsom was barred by term limits from seeking a third stint in office. SOPHIE AUSTIN Austin covers California state government and politics for the Associated Press. She reports on environmental, education and reparations policies. twitter mailto

California gubernatorial candidate Xavier Becerra speaks during an election night event Tuesday, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong)California gubernatorial candidate Steve Hilton speaks during an election night event Tuesday, June 2, 2026, in Huntington Beach, Calif. (AP Photo/Gregory Bull)Democratic gubernatorial candidate Tom Steyer speaks during his election night watch party in San Francisco on Tuesday, June 2, 2026. (Santiago Mejia/San Francisco Chronicle via AP)California gubernatorial candidate Xavier Becerra speaks during an election night event Tuesday, June 2, 2026, in Los Angeles. (AP Photo/Jae C. Hong)California gubernatorial candidate Steve Hilton speaks during an election night event Tuesday, June 2, 2026, in Huntington Beach, Calif. (AP Photo/Gregory Bull)Democratic gubernatorial candidate Tom Steyer speaks during his election night watch party in San Francisco on Tuesday, June 2, 2026. (Santiago Mejia/San Francisco Chronicle via AP) SACRAMENTO, Calif. (AP) — Democrat Xavier Becerra advanced to the general election for California governor Friday after pitching himself as an experienced choice to lead the nation’s most populous state and succeed Democratic Gov. Gavin Newsom. Becerra leaned on his more than 35 years in public office, including as state attorney general and U.S. health secretary, to argue that he was the most qualified candidate in a crowded field. “The people of the great state of California, in the greatest nation on earth, have spoken — loudly and proudly,” Becerra said in a statement. “We are never backing down. November, here we come.”It was not yet clear who Becerra would face in the general election. His top rivals came down to Republican Steve Hilton, a former Fox News commentator backed by President Donald Trump, and Democrat Tom Steyer, a billionaire climate activist who poured $215 million of his own money into his campaign.Born and raised in Sacramento by Mexican immigrant parents, Becerra has a wife and three daughters. He has said his family’s immigrant background mirrored his “underdog” gubernatorial campaign, in which he initially failed to garner substantial support before surging in the final months.After one of the top Democratic contenders, Rep. Eric Swalwell, was accused of sexual assault and dropped out of the race, Becerra benefited from an opening to coalesce Democratic support. He quickly racked up key endorsements from labor groups and Latino legislative leaders. Becerra has vowed to maintain the state’s mantle as a chief antagonist to President Donald Trump. As attorney general, he filed more than 120 legal actions against the first Trump administration on everything from immigration to climate policy. The president has also been in a spat with the state over its drawn-out vote count. Trump made baseless claims about mass fraud Thursday, and on Friday, federal prosecutors said they opened investigations into allegations of election fraud. Hilton called for California to limit mail ballots to those who request them, rather than sending them to all registered voters. During the campaign, Becerra’s rivals scrutinized his leadership as health secretary during the COVID-19 pandemic and the unaccompanied migrant children crisis in 2021, when Becerra’s Department of Health and Human Services was responsible for shelters where they were housed. Some of them were criticized as having inadequate living conditions, and there were also concerns about authorities failing to thoroughly vet sponsors with whom some children were placed. If elected, Becerra said, he would declare states of emergency to address high energy costs and housing shortages and to freeze home insurance rates. Though California is one of the nation’s most diverse states, Becerra would be the first Latino to hold the office since the late 1800s. Newsom was barred by term limits from seeking a third stint in office.

Kaynak: AP News WorldOrijinal Habere Git →
İlgili Haberler